2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:09:48 +00:00

fix bugs and tidyup in recent changes

This commit is contained in:
Philip Sargent
2022-07-15 15:11:49 +03:00
parent 86a18c3ebc
commit b8355cbf8d
3 changed files with 8 additions and 4 deletions

View File

@@ -56,6 +56,9 @@ mysql -p
CREATE DATABASE troggle;
GRANT ALL PRIVILEGES ON troggle.* TO 'expo'@'localhost' IDENTIFIED BY 'somepassword';
sudo service mariadb stop
sudo service mariadb start
install django:
sudo apt install python-django python-django-registration python-django-imagekit python-django-tinymce fonts-freefont-ttf libapache2-mod-wsgi