Skip to content

derlin/hello-divio-demo-app

Repository files navigation

Divio Demo App

This is a simple nginx server with an index.html saying hello and showing the number (and type) of services currently attached.

overview

Run locally

To build and run locally:

docker build -t derlin/hello-silicon-chalet .
docker run -v 8080:80 derlin/hello-silicon-chalet

You can now access the app at http://localhost:8080

Deploy on Divio

Deploy it on divio easily:

  1. Fork this repository
  2. Create an account on divio
  3. Click "add application"
  4. Select "I already have a repository"
  5. Connect to Github and select your forked repository
  6. Choose a plan and "Create application"

Now, you can just hit "Deploy" on the live environment. If you want to add a service, go to the services tab.

About

A simple NGINX app to use for Divio demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published