From 60c19335e5528120eefc1529645df02f9297cc49 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 12 Dec 2013 12:03:35 -0500 Subject: [PATCH] Documentation change: Create the appropriate docker directory and clone into the appropriate place --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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` -- 2.25.1