Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swisscom/cf-default-app-staticfile
The default Static File app that will be pushed into the Swisscom Application cloud if no source code is provided.
https://github.com/swisscom/cf-default-app-staticfile
cloud-foundry css html javascript ssi staticfile swisscom-application-cloud
Last synced: 24 days ago
JSON representation
The default Static File app that will be pushed into the Swisscom Application cloud if no source code is provided.
- Host: GitHub
- URL: https://github.com/swisscom/cf-default-app-staticfile
- Owner: swisscom
- License: other
- Created: 2016-06-22T12:12:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T14:15:25.000Z (over 4 years ago)
- Last Synced: 2023-08-20T08:10:36.690Z (over 1 year ago)
- Topics: cloud-foundry, css, html, javascript, ssi, staticfile, swisscom-application-cloud
- Language: HTML
- Homepage:
- Size: 5.29 MB
- Stars: 1
- Watchers: 33
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CF Default App Static File
The default Static File app that will be pushed into the Swisscom Application cloud if no source code is provided.
## Run locally
1. Open the file `public/index.html` with your browser
## Run in the cloud
1. Install the [cf CLI](https://github.com/cloudfoundry/cli#downloads)
1. Run `cf push --random-route`
1. Visit the given URL## Create ZIP
1. Run `zip -r staticfile_app.zip public Staticfile`