forked from 0x2620/pandora
remove git repos from requirements.txt and add one place to set them up
This commit is contained in:
parent
87e580547f
commit
970f3f605d
5 changed files with 30 additions and 14 deletions
8
README
8
README
|
|
@ -56,13 +56,9 @@ You have to use the same password here and in BROKER_URL in local_settings.py
|
|||
|
||||
1) Get code from git
|
||||
cd /srv/
|
||||
git clone --depth 1 https://git.0x260.org/pandora.git pandora
|
||||
git clone https://git.0x260.org/pandora.git pandora
|
||||
cd pandora
|
||||
virtualenv --system-site-packages .
|
||||
./bin/pip install -r requirements.txt
|
||||
|
||||
cd static
|
||||
git clone --depth 1 https://git.0x2620.org/oxjs.git
|
||||
./ctl init
|
||||
|
||||
cd /srv
|
||||
chown -R pandora.pandora pandora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue