GeneWeb is a free genealogy software that allows users to create and manage family trees. This tutorial will guide you through the process of installing GeneWeb on NetBSD.
pkg_add ocaml sqlite3
curl -O https://codeload.github.com/geneweb/geneweb/tar.gz/refs/tags/v7.00
tar -xzf v7.00
cd geneweb-7.00
./configure --prefix=/usr/pkg/gw
make
make install
cd /usr/pkg/gw
cp config.dist config
config
file with a text editor and make the following changes:GWDIR=/usr/pkg/gw
GWROOT=/usr/pkg/gw
GWLANG=french
You can change the GWLANG
value to your preferred language.
./gwsetup
./gwserver -s
GeneWeb should now be accessible at http://localhost:2317
. You can test it by opening a web browser and navigating to the URL.
In this tutorial, we have successfully installed GeneWeb on NetBSD. You can now start using GeneWeb to create and manage your family trees.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!