This commit is contained in:
Vague Rabbit 2021-02-09 17:37:54 -08:00
parent 5c4fbad4f5
commit 2e315a0320

View file

@ -598,15 +598,16 @@ wait
# Simlink to the prod.ini
sudo ln -s $HD/saleor/saleor/wsgi/prod.ini $HD/env/saleor/vassals
wait
source $HD/env/saleor/bin/activate
# Make sure we're in the project root directory for Saleor
cd $HD/saleor
wait
# Was the -v (version) option used?
if [ "vOPT" = "true" || $VERSION != "" ]; then
# Checkout the specified version
sudo -u $UN git checkout $VERSION
wait
fi
source $HD/env/saleor/bin/activate
# Install the project requirements
pip3 install -r requirements.txt
wait