How to Install GeneWeb on Arch Linux

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.

Prerequisites

Install Dependencies

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

Install GeneWeb

Now, let’s download and install GeneWeb on your Arch Linux machine. Follow the below steps:

  1. Go to the official GeneWeb website at https://geneweb.tuxfamily.org/wiki/GeneWeb.
  2. Click on the “Download” button to download the source code.
  3. Extract the downloaded file using the following command:

tar -zxvf geneweb*.tar.gz

  1. Change the directory to GeneWeb using the following command:

cd geneweb-*

  1. Run the following command to compile and install GeneWeb:

make && sudo make install

Configure GeneWeb

After installing GeneWeb, we need to configure it to run. Follow the below steps:

  1. Create a new directory to hold GeneWeb data:

sudo mkdir /var/lib/geneWeb

  1. Change the ownership of the directory:

sudo chown -R geneWeb:geneWeb /var/lib/geneWeb

  1. To access GeneWeb from a web browser, create and edit the file /etc/httpd/conf/extra/geneweb.conf:

sudo nano /etc/httpd/conf/extra/geneweb.conf

  1. Add the following code to the end of the file:
Alias /geneweb "/usr/share/geneweb"

<Directory "/usr/share/geneweb">
    AllowOverride None
    Options FollowSymLinks
    Require all granted
</Directory>
  1. Save and close the file.

  2. Restart the Apache service using the following command:

sudo systemctl restart httpd

Access GeneWeb

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.

Conclusion

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!