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
abddcf9c
Commit
abddcf9c
authored
Dec 21, 2016
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename README to .md from .oeru
parent
b8a7b766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
README.md
README.md
+42
-0
No files found.
README.md
0 → 100644
View file @
abddcf9c
From https://github.com/klaemo/docker-couchdb/tree/master/2.0.0
See https://github.com/klaemo/docker-couchdb for documentation
==Starting CouchDB==
docker run -d --name couchdb -v /home/dave/Docker/couchdb/data:/opt/couchdb/data oeru/couchdb
--Old--
Built via: docker build -t oeru/couchdb .
==Building and Running Containers==
cd [path to wenotes-combined]
===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===
Do a database dumps and restores using couchdb-backup.sh - from https://github.com/danielebailo/couchdb-dump
===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
\
-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