ready for next test

This commit is contained in:
Vague Rabbit 2021-01-24 17:05:40 -08:00
parent 0498fbe167
commit 80d52e450e

View file

@ -291,7 +291,8 @@ pip3 install -r requirements.txt
export DATABASE_URL=$DB_URL
npm install
npm audit fix
python3 manage.py migrate --createsuperuser
python3 manage.py migrate
python3 manage.py collectstatic
npm run build-schema
npm run build-mails
@ -330,4 +331,5 @@ sudo systemctl restart nginx
sleep 3
echo "I think we're done here."
echo "Test the installation."
echo "Test the installation."
echo "Run python3 manage.py createsuperuser from $HD/saleor"