Install Database
To use Ticaga we need a database, we recommend MYSQL, to install MySQL just run the following:
sudo apt install mysql-server -y
Now we need to start and enable the MySQL service just like Apache:
sudo systemctl start mysql && sudo systemctl enable mysql