Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cburmeister/docker-bones
Docker, Flask, Gunicorn, Redis, Memcached, and PostgreSQL
https://github.com/cburmeister/docker-bones
docker flask gunicorn memcached postgresql python redis
Last synced: 3 months ago
JSON representation
Docker, Flask, Gunicorn, Redis, Memcached, and PostgreSQL
- Host: GitHub
- URL: https://github.com/cburmeister/docker-bones
- Owner: cburmeister
- License: mit
- Created: 2014-04-04T21:33:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T18:44:29.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T20:19:24.977Z (4 months ago)
- Topics: docker, flask, gunicorn, memcached, postgresql, python, redis
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-bones
============Docker, Gunicorn, Redis, Memcached, and PostgreSQL.
1. Grab the docker client and daemon
```bash
$ brew install boot2docker
$ brew install docker
```2. Now start the docker daemon
```bash
$ boot2docker init
$ boot2docker up
```3. Fetch images & start service containers
```bash
$ ./start.sh
```4. Test that the web app is working
```bash
$ ./test.sh
{
"hits": "1"
}
```