basic mysql database with a webtrees database dump
1.4K
dockerized serverdockerized https://github.com/fisharebest/webtrees
$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
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
special thanks to Heimo Müller for the base repository. Please check it out lomadi/app-webtrees
Content type
Image
Digest
Size
124 MB
Last updated
about 7 years ago
docker pull cutyno/webtrees-database