A test container to run CouchDB 1.7.1 on the Raspberry Pi.
Intended for use with Nomie.io on a home project.
# clone repo
git clone git@github.com:erinlkolp/rpi-couchdb.git
# build container
make build
docker run -d -p 5984:5984 ekolp/rpi-couchdb:latest
# Be sure to edit the file OR use ENV VARs for your password first!
./setup_nomie_tables.sh
Author: Erin L. Kolp erinlkolpfoss@gmail.com