1,575
edits
Changes
→Setup webtrees
=Setup webtrees=
#Change directories to the web root by running <pre>cd /var/www/html</pre>
#Download the latest copy of webtrees by running <pre>sudo wget https://github.com/fisharebest/webtrees/releases/download/1.7.13/webtrees-1.7.13.zip</pre> #*You can change the version number at the end of the above command to reflect the latest stable release available at https://github.com/fisharebest/webtrees/releases
#Uncompress the files by running <pre>sudo unzip webtrees-1.7.13.zip</pre>
#Delete the compressed file by running <pre>sudo rm webtrees-1.7.13.zip</pre>