Installation
Getting Started
Requirements
Ticaga requires the latest version of PHP, this is because we pride ourselves on being up-to date...
Update the server & install Apache
To run Ticaga, we need to update the server: sudo dnf update -y && sudo dnf upgrade -y After we...
Install PHP
Now we've got Apache sorted, we can install PHP, we recommend the Remi Repo for this, however you...
Database
Now we've got PHP sorted, we can now sort out the database, this is where all your Ticaga tickets...
Virtual Host
Okay, I'm sorry we've just called this Virtual Host, however that is exactly what it is, however ...
Install Composer
We need to install Composer as it's a dependency manager for PHP and we use it for Laravel. php ...
Let's Encrypt SSL
Now we need to install Let's Encrypt, this is a way to get a free SSL Certificate for our Ticaga ...
Ioncube Loaders
Ioncube loaders are required for Ticaga as we encodeĀ 8 files for licensing purposes. Without thi...
Add a new SSH User
Laravel doesn't like it when you run it in root, this is for security purposes. We agree with the...
Install Ticaga
Let's log into the new user we created earlier: su demo Let's give our www folder the correct p...
Create an Agent account
Now you've got your Ticaga up and running go to your installation: eg: https://demo.ticaga.com ...