webtrees is the web's leading on-line collaborative genealogy application.
50K+
dockerized https://github.com/fisharebest/webtrees
approx. time with medium fast internet connection: 5 minutes
download from https://github.com/lomadi/app-webtrees
run sudo ./install.sh -f /yourpath/without/slash/at/the/end -p portnumber"
run docker-compose up -d
open http://localhost:10080/webtrees/ in your browser (change the port, as specified in install.sh)
initial user/password: admin / changethepassword
$sudo ./install.sh -f /yourpath/without/slash/at/the/end -p portnumber
install.sh generates a local volume on your machine and copies the initial config for webtrees to ...var/www/html/webtrees/data.
In the second step the script will generate out of docker-compose-template.yml the docker-compose.yml.
The mysql container is initialzed with a default user for the webtrees appilcation.
$ docker-compose up -d
$ docker ps
When docker-compose ist startet the first time, the webtrees database is initialized with default values (stored in database-dump/dump.sql.
Content type
Image
Digest
Size
275.9 MB
Last updated
over 9 years ago
docker pull lomadi/webtrees