Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"
}
```