README.md 977 Bytes

Mailkonten Verwaltung

Standard Passwort für sqlite erzeugen: echo -n pwsrvcnfg2 | md5sum 50bacd4240eb2a66476f0d82e2e77516

zukünftig openssl passwd -1 -salt abcdefg Password:

benötigte Packete

apt-get install python3 libapache2-mod-python python3-sql python3-mysql.connector python3-httplib2 python3-requests python3-tornado python3-urllib3 python3-chardet python3-numpy python3-pkg-resources python3-requests python3-six python3-bcrypt

a2enmod proxy a2enmod proxy_http a2enmod python

*** Setup: config.ini und srvnc.sqlite3 einstellen und kopieren cp srvcnf2/setup/config.ini srvcnf2/web/base/config.ini cp srvcnf2/setup/srvcnf.sqlite3 /srvcnf2/web/ncauth/srvcnf.sqlite3 ln -s /var/www/srvcnf2/setup/srvcnf2_nc.coop.conf /etc/apache2/sites-available/ /var/www/srvcnf2/setup/srvcnf2.conf &

git update-index --assume-unchanged logs/access.log git update-index --assume-unchanged logs/error.log git update-index --assume-unchanged setup/srvcnf2_nc.coop.conf