News

The first thing to do is install the necessary database server (Mattermost can be run with either MySQL or PostgreSQL). Log into Ubuntu Server and install MySQL database server with: sudo apt-get ...
Installing MySQL on a fresh Ubuntu instance is quite simple: sudo apt update if necessary, then sudo apt install mysql-server and you're off to the races.Once the package is downloaded and ...
Great for those who want to install a local copy of WordPress or any other PHP/MySQL app, this tutorial is not for those who have no idea what I'm talking about right now. Jeff's how-to is for ...
Lighttpd is a secure web server, which is faster when compared to Apache. We will show here how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.