From: Robin Ward Date: Thu, 12 Dec 2013 17:03:35 +0000 (-0500) Subject: Documentation change: Create the appropriate docker directory and clone into the... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=60c19335e5528120eefc1529645df02f9297cc49;p=discourse_docker.git Documentation change: Create the appropriate docker directory and clone into the appropriate place --- diff --git a/README.md b/README.md index e0c4853..af80760 100644 --- 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`