Breathing new life into old photos since 2012.

Tag: MariaDB

‘Webtrees’ on a Home Server: Installing the Webtrees Software

⬅️ Previous post: Getting online with LAMP and No-IP


Installing WebtreesInstalling ‘intl’ and preparing the data folderCreating the MariaDB databaseTweaking the default PHP configurationTroubleshooting SELinux errorsWhat’s next for the server?


Now that I have a server machine running Linux and a LAMP stack accessible via the internet, I’m ready to install the Webtrees software. Debugging the SELinux permission errors took some time, and got much easier once I learned how properly troubleshoot. Here’s what I went through to get it running. Continue reading

‘Webtrees’ on a Home Server: Getting online with LAMP and No-IP

⬅ Previous Post: My Machine and Operating System


Installing and Configuring the LAMP stackWhat about a firewall?Opening the router to web trafficLaunching the site for free with No-IPVisiting my new server for the first time


My laptop server is wedged discretely between my desk and my tower. Lights at the bottom show that it is on.

When last we left my Webtrees project, I had installed Gentoo Linux on an old 2005 HP Compaq nc6230, and hardened it for security with SELinux. This formed the foundation of my server machine. Since then, I’ve installed OpenSSH, which allows me to access the server laptop from other machines, over the network, without opening the laptop lid. All work on the server will now ideally be done over an SSH connection.

On today’s episode, I install the LAMP web server software and have it go live to the public. Compared to the work of installing the Gentoo system, this part is really a piece of cake. Even so, I’m still a noob when it comes to web servers. This series can not be read as a full how-to. It can only be a general inspiration and a nudge in the right direction. Continue reading