Admin panel installation

  1. Add sites >> Create a PHP site

  2. Application: GENERIC (DO NOT choose others!) >> Domain Name: waticketsync.trenalyze.com (use your domain) >> PHP Version: PHP 8.2

  3. Click the Manage button >> open the settings tab

  4. (look for this): date.timezone=UTC;

  5. (replace with this): date.timezone=Africa/Lagos; (use your own timezone)

  6. Open Databases tab >> Add Database (please copy the database credentials)

  7. Open SSL/TLS tab >> Actions >> New Let's Encrypt Certificate

  8. Open File Manager tab: htdocs >> waticketsync.trenalyze.com >> upload waticketsync-admin-panel.zip >> extract to "." (yes, extract to dot "." is extracted to current folder)

  9. Head on to https://example.com/migrate/SERVER_SECRET to setup the database migration

  10. Rename ".env.example" to ".env" Edit APP_NAME, APP_TIMEZONE, APP_URL, and database credentials

  11. Open the browser to https://waticketsync.trenalyze.com, and log in with the demo admin credentials below

  • Email: admin@mail.com

  • Password: 123456789

Please don't do anything else yet. Move forward to NODE SERVER INSTALLATION

Last updated