Update INSTALL.md
This commit is contained in:
parent
ab5b0f7913
commit
f1e2fca584
|
@ -32,6 +32,8 @@ Django-orchestra can be installed on any Linux system, however it is **strongly
|
||||||
cd ~orchestra
|
cd ~orchestra
|
||||||
orchestra-admin startproject <project_name> # e.g. panel
|
orchestra-admin startproject <project_name> # e.g. panel
|
||||||
cd <project_name>
|
cd <project_name>
|
||||||
|
sudo touch /var/log/orchestra.log
|
||||||
|
sudo chown orchestra /var/log/orchestra.log
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Create and configure a Postgres database
|
5. Create and configure a Postgres database
|
||||||
|
|
Loading…
Reference in New Issue