Fixes on deployment

This commit is contained in:
Marc Aymerich 2015-10-03 12:17:15 +00:00
parent ac8bcb99bf
commit f620feae08
1 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,7 @@ If you are planing to do some development you may want to consider doing it unde
```bash ```bash
curl http://git.io/orchestra-Dockerfile > /tmp/Dockerfile curl http://git.io/orchestra-Dockerfile > /tmp/Dockerfile
docker build -t orchestra /tmp/ 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 start orchestra
docker attach 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 3. Deploy django-orchestra development environment
```bash ```bash
su - orchestra
bash <( curl -L https://git.io/deploy-orchestra ) --dev 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
bash <( curl -L https://git.io/deploy-orchestra ) --dev bash <( curl -L https://git.io/deploy-orchestra ) --dev
``` ```