projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8e16a
)
Documentation change: Create the appropriate docker directory and clone into the...
author
Robin Ward
<robin.ward@gmail.com>
Thu, 12 Dec 2013 17:03:35 +0000
(12:03 -0500)
committer
Robin Ward
<robin.ward@gmail.com>
Thu, 12 Dec 2013 17:03:35 +0000
(12:03 -0500)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index e0c4853cc4ded5de5a8624b4e0f515733fb153d0..af8076042da38b02a7b9bb6a28fb3c673cb738d3 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-14,6
+14,8
@@
The templates and base image take care of configuring Discourse with best practi
The simplest (though slightly more fragile) way of getting started is using the standalone template.
+- `mkdir -p /var/docker/data`
+- Clone this project from github into `/var/docker`
- `cp samples/standalone.yml containers/app.yml`
- **Edit** app.yml with your environment specific information, including binds and volumes
- `sudo ./launcher bootstrap app`