ready for next test
This commit is contained in:
parent
0498fbe167
commit
80d52e450e
1 changed files with 4 additions and 2 deletions
|
@ -291,7 +291,8 @@ pip3 install -r requirements.txt
|
||||||
export DATABASE_URL=$DB_URL
|
export DATABASE_URL=$DB_URL
|
||||||
npm install
|
npm install
|
||||||
npm audit fix
|
npm audit fix
|
||||||
python3 manage.py migrate --createsuperuser
|
python3 manage.py migrate
|
||||||
|
python3 manage.py collectstatic
|
||||||
npm run build-schema
|
npm run build-schema
|
||||||
npm run build-mails
|
npm run build-mails
|
||||||
|
|
||||||
|
@ -331,3 +332,4 @@ sleep 3
|
||||||
|
|
||||||
echo "I think we're done here."
|
echo "I think we're done here."
|
||||||
echo "Test the installation."
|
echo "Test the installation."
|
||||||
|
echo "Run python3 manage.py createsuperuser from $HD/saleor"
|
Loading…
Reference in a new issue