Skip to main content

Recently Updated Pages

Upgrading Ticaga Manually

Upgrading

To upgrade Ticaga, simply upload the new files. wget -N https://ticaga.com/latest.zip unzip lat...

Updated 2 days ago by Michael Dance

Install Ticaga

Installation Getting Started - Ubuntu

Let's log into the new user we created earlier: su ticaga Let's give our www folder the correct...

Updated 2 days ago by Michael Dance

Install Ticaga

Installation Getting Started - AlmaLinux

Let's log into the new user we created earlier: su demo Let's give our www folder the correct p...

Updated 2 days ago by Michael Dance

Our default .env file

.env

Sometimes you may break or not get the .env included in the zip, I'm hoping to resolve this soon:...

Updated 5 days ago by Michael Dance

Ioncube loaders

Installation Getting Started - Ubuntu

Firstly we need to install unzip: sudo apt-get install unzip -y We'll need that for Ticaga late...

Updated 5 days ago by Michael Dance

Install PHP

Installation Getting Started - AlmaLinux

Now we've got Apache sorted, we can install PHP, we recommend the Remi Repo for this, however you...

Updated 6 days ago by Michael Dance

Install PHP

Installation Getting Started - Ubuntu

Let's install PHP: Firstly we need to get the Ondrej repo ready for 8.4: sudo add-apt-repositor...

Updated 6 days ago by Michael Dance

Requirements

Installation Getting Started - AlmaLinux

Ticaga requires the latest version of PHP, this is because we pride ourselves on being up-to date...

Updated 1 week ago by Michael Dance

Requirements

Installation Getting Started - Ubuntu

Ticaga requires the latest version of PHP, this is because we pride ourselves on being up-to date...

Updated 1 week ago by Michael Dance

Ioncube Loaders

Installation Getting Started - AlmaLinux

Ioncube loaders are required for Ticaga as we encodeĀ 8 files for licensing purposes. Without thi...

Updated 1 week ago by Michael Dance

How to extend Ticaga functionality?

Routes

Out of the box, Ticaga encodes files for licensing purposes, this means it's hard to edit the cor...

Updated 2 weeks ago by Michael Dance

Customers welcome page

Pages

Underneath the tickets widget for the customers is a content box, this can be customised by editi...

Updated 2 weeks ago by Michael Dance

Dashboard page

Pages

You can edit the dashboard page by editing the following file: resources/views/dashboard.blade.p...

Updated 2 weeks ago by Michael Dance

Welcome Page

Pages

You can modify the welcome page on your Ticaga installation by editing the following file: resou...

Updated 2 weeks ago by Michael Dance

Overview

Statuses

At Ticaga, we wanted to make it easy for you to customise your statuses, everyone has different s...

Updated 2 weeks ago by Michael Dance

Virtual Host

Installation Getting Started - Ubuntu

Now we need to create the virtual host file to show Ticaga to the world. Let's create the ticaga...

Updated 3 weeks ago by Michael Dance

Update the server & install Apache

Installation Getting Started - AlmaLinux

To run Ticaga, we need to update the server: sudo dnf update -y && sudo dnf upgrade -y After we...

Updated 3 weeks ago by Michael Dance

Database

Installation Getting Started - AlmaLinux

Now we've got PHP sorted, we can now sort out the database, this is where all your Ticaga tickets...

Updated 3 weeks ago by Michael Dance

Virtual Host

Installation Getting Started - AlmaLinux

Okay, I'm sorry we've just called this Virtual Host, however that is exactly what it is, however ...

Updated 3 weeks ago by Michael Dance

Install Composer

Installation Getting Started - AlmaLinux

We need to install Composer as it's a dependency manager for PHP and we use it for Laravel. php ...

Updated 3 weeks ago by Michael Dance