GeneWeb is a popular genealogy software that can be used to manage and publish your genealogical data. In this tutorial, we will guide you on how to install GeneWeb on Arch Linux.
Before we install GeneWeb, we need to install some dependencies required by GeneWeb to run. Use the following command to install the dependencies:
sudo pacman -S camlp5 graphviz ocaml
Now, let’s download and install GeneWeb on your Arch Linux machine. Follow the below steps:
tar -zxvf geneweb*.tar.gz
cd geneweb-*
make && sudo make install
After installing GeneWeb, we need to configure it to run. Follow the below steps:
sudo mkdir /var/lib/geneWeb
sudo chown -R geneWeb:geneWeb /var/lib/geneWeb
/etc/httpd/conf/extra/geneweb.conf
:sudo nano /etc/httpd/conf/extra/geneweb.conf
Alias /geneweb "/usr/share/geneweb"
<Directory "/usr/share/geneweb">
AllowOverride None
Options FollowSymLinks
Require all granted
</Directory>
Save and close the file.
Restart the Apache service using the following command:
sudo systemctl restart httpd
Now, you can access GeneWeb from your web browser. To access GeneWeb from your machine, open your web browser and navigate to http://localhost/geneweb
. If you want to access GeneWeb from other machines, replace localhost
with the IP address of your machine.
Congratulations! You have successfully installed and configured GeneWeb on your Arch Linux machine. Now, you can manage and publish your genealogical data using GeneWeb.
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!