You are on page 1of 1

Install on Ubuntu 16.04 — OpenCATS 0.9.

3 documentation Page 1 of 1

Docs » Install on Ubuntu 16.04

Install on Ubuntu 16.04


These instructions will walk you through setting up LAMP (Linux Apache Mysql
PHP) software and install OpenCATS on a Ubuntu 16.04 machine. These
instructions will work with a VPS, or a home/office machine.

Note

If this is a production machine, that is accessible by people outside your


network, this walk-through doesn’t address additional server security. You
would definitely want to make sure things are secured correctly.

Warning

If you are running a different version of Ubuntu (other than 16.04) the default
software versions will be different, which means the install process will be
different.

Ubuntu16.04-Installing MySQL 5/Mariadb


Note

mysql and mariadb are basically the same software with different names.
You can use either, just change the commands to the appropriate name.

• $ sudo apt-get update

• $ sudo apt-get install mariadb-server mariadb-client

• $ sudo mysql_secure_installation

Note

https://opencats-documentation.readthedocs.io/en/latest/Install-Ubuntu-16.04.html 10/15/2020

You might also like