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.
813 B
813 B
Sinnes Tau Homepage
Git use
Production
python manage.py makemigrations hpst
Entwicklung:
Fake migration of DB:
On mysql:
delete from django_migrations;
On django:
rm -rf hpst/migrations/
python manage.py migrate --fake
python manage.py makemigrations hpst
python manage.py migrate --fake-initial
python manage.py runserver 192.168.178.25:8008
Server Installation
apt install python3-venv libmariadb-dev python3-dev libpcre3 libpcre3-dev
mkdir /srv/www/sinnes-tau
cd /srv/www/sinnes-tau
git clone http://git.kuntner.de/peter/sinnes-tau.git server
python3 -m venv venv3
cd server/
pip install -r requirements.txt
#apt install grub2-common net-tools openssh-server gnupg virtualenv git-core libmysqlclient-dev gcc python-dev python3-dev
Peter Kuntner 2021