Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
457 B
22 lines
457 B
#!/bin/bash
|
|
|
|
set -u
|
|
|
|
deactivate || true
|
|
|
|
cd /akce/mam/www/mamweb-test/
|
|
make sync_test
|
|
systemctl --user stop mamweb-test.service
|
|
rm -rvf env
|
|
make install_venv
|
|
. env/bin/activate
|
|
make install
|
|
deploy_v2/pre_migration.py
|
|
make deploy_test
|
|
./manage.py load_org_permissions admin_org_prava.json
|
|
./manage.py loaddata data/*
|
|
systemctl --user start mamweb-test.service
|
|
./manage.py generate_thumbnails
|
|
|
|
echo 'Et voilá!'
|
|
echo 'Nezapomeň opravit práva pro sitetree!'
|
|
|