From f620feae08ce14cd29ee705433f906cf11f129a7 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Sat, 3 Oct 2015 12:17:15 +0000 Subject: [PATCH] Fixes on deployment --- INSTALLDEV.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALLDEV.md b/INSTALLDEV.md index a68ad06e..434b0559 100644 --- a/INSTALLDEV.md +++ b/INSTALLDEV.md @@ -13,7 +13,7 @@ If you are planing to do some development you may want to consider doing it unde ```bash curl http://git.io/orchestra-Dockerfile > /tmp/Dockerfile docker build -t orchestra /tmp/ - docker create --name orchestra -i -t orchestra bash + docker create --name orchestra -i -t -u orchestra -w /home/orchestra orchestra bash docker start orchestra docker attach orchestra ``` @@ -21,7 +21,6 @@ If you are planing to do some development you may want to consider doing it unde 3. Deploy django-orchestra development environment ```bash - su - orchestra bash <( curl -L https://git.io/deploy-orchestra ) --dev ``` @@ -36,4 +35,3 @@ If you are planing to do some development you may want to consider doing it unde ```bash bash <( curl -L https://git.io/deploy-orchestra ) --dev ``` -