Commit d925f1bc authored by Dave Lane's avatar Dave Lane Committed by GitHub
Browse files

Update README.md

Fixing (I think) the markdown dialect.
parent 0937714f
Loading
Loading
Loading
Loading
+19 −10
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ From https://github.com/klaemo/docker-couchdb/tree/master/2.0.0

See https://github.com/klaemo/docker-couchdb for documentation

==Starting CouchDB==
Starting CouchDB
================

docker run -d --name couchdb -v /home/dave/Docker/couchdb/data:/opt/couchdb/data oeru/couchdb

@@ -11,11 +12,14 @@ docker run -d --name couchdb -v /home/dave/Docker/couchdb/data:/opt/couchdb/data

Built via: docker build -t oeru/couchdb .

==Building and Running Containers==
Building and Running Containers
-------------------------------

cd [path to wenotes-combined]

===CouchDB===
CouchDB
+++++++

Build: docker build -t oeru/couchdb docker-couchdb
Launch (replacing [admin password] and [bot password]):
  docker run --name couchdb -v /home/dave/Docker/wenotes/data:/opt/couchdb/data \
@@ -23,18 +27,23 @@ Launch (replacing [admin password] and [bot password]):
    -e COUCHDB_BOT_USER=bot -e COUCHDB_BOT_PASSWORD=[bot password] \
    -d oeru/couchdb
    
===Backup/Restore===
Backup/Restore
++++++++++++++

Do a database dumps and restores using couchdb-backup.sh - from https://github.com/danielebailo/couchdb-dump

===Faye===
Faye
++++

Build: docker build -t oeru/faye docker-faye
Launch:
   docker run --name faye -v /home/dave/Docker/wenotes/faye:/opt/wenotes/server \
     -v /home/dave/Docker/wenotes/config/options.json:/opt/wenotes/options.json \
     -d oeru/faye

 ===WENotes-tools===
WENotes-tools
+++++++++++++

Build: docker build -t oeru/wenotes docker-wenotes-tools
Launch:
   docker run --name faye -v /home/dave/Docker/wenotes/wenotes:/opt/wenotes/wenotes \