Skip to content

Running TNG (The Next Generation of Genealogy Sitebuilding) with Docker Compose

License

Notifications You must be signed in to change notification settings

terrywbrady/TNG_Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running TNG with Docker Compose

The Next Generation of Genealogy Sitebuilding ("TNG")

Building the Docker Image Locally

Copy your licensed TNG installation to tng12.1 in this folder.

docker-compose -p tng build

Start TNG

docker-compose -p tng up -d

Complete the setup at

Setting Value
Database Host db
Database Name tngdb
Database User user
Database Password password

Stop TNG

docker-compose -p tng down

Your content will be persisted in the docker volume tng_my-db.

About

Running TNG (The Next Generation of Genealogy Sitebuilding) with Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published