You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2019/06/15 21:23:31 UTC

[roller] branch master updated: cd roller before docker compose

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new 7afbbd6  cd roller before docker compose
7afbbd6 is described below

commit 7afbbd67a44233f0e1a41110dda1ed2f99cf49a1
Author: David M. Johnson <sn...@users.noreply.github.com>
AuthorDate: Sat Jun 15 17:23:27 2019 -0400

    cd roller before docker compose
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 92ea4cd..8b53900 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ Get the code:
 
 Run Docker Compose to build and launch Roller along with a PostgreSQL database:
 
+    $ cd roller
     $ docker-compose up
     
 It will take a while to build the Docker image. Once it's done browse to <http://localhost:8080/roller> to try Roller.