Skip to content

erinlkolp/rpi-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-couchdb

A test container to run CouchDB 1.7.1 on the Raspberry Pi.

Intended for use with Nomie.io on a home project.

Build docker image (optional)

# clone repo
git clone [email protected]:erinlkolp/rpi-couchdb.git

# build container
make build

Run docker container

docker run -d -p 5984:5984 ekolp/rpi-couchdb:latest

Setup Nomie tables

# Be sure to edit the file OR use ENV VARs for your password first!
./setup_nomie_tables.sh

Author: Erin L. Kolp [email protected]

Releases

No releases published

Packages

No packages published