Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`