https://github.com/derlin/hello-divio-demo-app
A simple NGINX app to use for Divio demos
https://github.com/derlin/hello-divio-demo-app
Last synced: 15 days ago
JSON representation
A simple NGINX app to use for Divio demos
- Host: GitHub
- URL: https://github.com/derlin/hello-divio-demo-app
- Owner: derlin
- License: mit
- Created: 2025-03-12T15:39:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T06:38:21.000Z (about 1 year ago)
- Last Synced: 2025-06-27T10:47:39.107Z (11 months ago)
- Language: Smarty
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## Run locally
To build and run locally:
```bash
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](https://divio.com) easily:
0. Fork this repository
1. Create an account on [divio](https://control.divio.com)
2. Click "add application"
3. Select "I already have a repository"
4. Connect to Github and select your forked repository
5. 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.