Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
wenotes-docker
Commits
d925f1bc
Commit
d925f1bc
authored
Jun 22, 2017
by
Dave Lane
Committed by
GitHub
Jun 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
Fixing (I think) the markdown dialect.
parent
0937714f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
README.md
README.md
+19
-10
No files found.
README.md
View file @
d925f1bc
...
...
@@ -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,32 +12,40 @@ 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
\
-e COUCHDB_USER=admin -e COUCHDB_PASSWORD=[admin 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===
Build: docker build -t oeru/wenotes docker-wenotes-tools
Launch:
docker run --name faye -v /home/dave/Docker/wenotes/wenotes:/opt/wenotes/wenotes
\
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
\
-v /home/dave/Docker/wenotes/config/options.json:/opt/wenotes/options.json
\
-d oeru/wenotes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment