Building a Custom Ticketing System
Liferay makes it easy for you to build digital solutions. For example, you can create a custom ticketing application with the styling and features needed for your business.
Here, you’ll learn how custom ticketing system works. You’ll learn how to
- Define a custom data schema
- Apply a custom CSS theme
- Deploy a custom application
- Implement a documentation referral system
Each of these components are deployable through the use of client extensions. The configuration of each client extension is defined by its client-extension.yaml
file.
Prerequisites
Before starting, download the appropriate files and set up your system.
-
To download the example workspace, run this command:
-
On the command line, navigate to the
liferay-ticket-workspace
folder. -
Generate a local Liferay bundle.
-
Run the Liferay bundle.
-
Sign in to Liferay at http://localhost:8080 using the email address test@liferay.com and the password test. When prompted, change the password to learn.
-
Build all the sample projects.
In the first step, you’ll define a custom data schema.