use shallow git checkouts
This commit is contained in:
parent
691b3fa934
commit
81ade83945
3 changed files with 6 additions and 6 deletions
4
README
4
README
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue