use shallow git checkouts

This commit is contained in:
j 2016-02-12 14:02:24 +05:30
commit 81ade83945
3 changed files with 6 additions and 6 deletions

4
README
View file

@ -56,13 +56,13 @@ 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 https://git.0x260.org/pandora.git pandora
git clone --depth 1 https://git.0x260.org/pandora.git pandora
cd pandora
virtualenv --system-site-packages .
./bin/pip install -r requirements.txt
cd static
git clone https://git.0x2620.org/oxjs.git
git clone --depth 1 https://git.0x2620.org/oxjs.git
cd /srv
chown -R pandora.pandora pandora