Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/oc-asgharlabs
https://github.com/jjasghar/oc-asgharlabs
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjasghar/oc-asgharlabs
- Owner: jjasghar
- License: other
- Created: 2019-07-16T19:42:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T00:39:00.000Z (over 1 year ago)
- Last Synced: 2023-03-22T23:17:14.286Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cf-asgharlabs
This is a demo repo for using Cloud Foundry on the IBM Cloud.
I have written a couple scripts in [./scripts](scripts/) to
make this easy to run for demos.1) `01_output_code.sh` shows off the code for the sinatra app.
2) `02_change_the_code.sh` changes the code for the sinatra app.
3) `03_push_the_code.sh` pushes the code for the sinatra app.
4) `99_reset.sh` resets everything to the start.
BONUS: `booth_loop.sh` will just run it over and over for a screen.
## License & Authors
If you would like to see the detailed LICENCE click [here](./LICENCE).
- Author: JJ Asghar
```text
Copyright:: 2019- IBM, IncLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```