remove git repos from requirements.txt and add one place to set them up

This commit is contained in:
j 2016-02-20 13:19:06 +05:30
commit 970f3f605d
5 changed files with 30 additions and 14 deletions

8
README
View file

@ -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