Changes

Jump to: navigation, search
Setup PHP7
=Setup [https://www.php.net/ PHP]7=
#run ''sudo apt install php libapache2-mod-php php-mysql php-apcu php-xml php-gd''
#run ''sudo nano /etc/php/7.0/apache2/php.ini''
#*set ''upload_max_filesize = 20M'' to ensure that you can upload reasonably sized GEDCOM files from the web interface
#run ''systemctl restart apache2''
#run ''sudo nano /var/www/html/info.php'' and type the following in. The save and exit nano.
#go to ''http://<containername>/info.php and you should see the default PHP info page
#run ''sudo rm /var/www/html/info.php
 
=Setup webtrees=
#run ''cd /var/www/html''

Navigation menu