Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/docker-zotonic
Run Zotonic inside Docker
https://github.com/mingfang/docker-zotonic
Last synced: about 5 hours ago
JSON representation
Run Zotonic inside Docker
- Host: GitHub
- URL: https://github.com/mingfang/docker-zotonic
- Owner: mingfang
- Created: 2014-03-03T06:04:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T08:01:17.000Z (almost 11 years ago)
- Last Synced: 2024-11-06T15:18:37.760Z (about 2 months ago)
- Language: Shell
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-zotonic
==============Run Zotonic inside Docker
####Build
Before running for first time or whenever the Dockerfile changes, run ```build```####Shell
To launch a new container and run a shell in it, run ```shell```.####Add Site
From inside the shell1. ```supervisord``` to start Postgres and Zotonic.
2. Make sure Zotonic is running using ```/zotonic/bin/zotonic status```
3. Add site by running ```/zotonic/bin/zotonic addsite -s basesite $HOST```
4. Point your browser to http://$HOST:8000Note ```$HOST``` was set by the ```shell``` script to the ```hostname``` of the host os.