TripNova Docs
Dedicated domain

cPanel Split Deployment

Use the two deployment ZIPs when a cPanel domain must expose only TripNova’s public files.

Create the two folders

Create /home/ovioefiz/tripnova for private application files and /home/ovioefiz/public_html/tripnova for the domain web root.

Extract the ZIPs

  1. Upload tripnova-root.zip to /home/ovioefiz/tripnova and extract it there.
  2. Upload tripnova-public-html.zip to /home/ovioefiz/public_html/tripnova and extract it there.
  3. Do not extract either ZIP into public_html itself and do not merge the two ZIPs.
  4. Keep storage and bootstrap/cache writable by the web-server user.

Point the domain

Create the dedicated domain tripnova.ovion-tech.xyz in cPanel with document root /home/ovioefiz/public_html/tripnova. Enable HTTPS before opening the installer. The installer detects https://tripnova.ovion-tech.xyz from the request and still lets you correct it.

Complete installation

Open the new domain and complete the web installer. It creates .env, writes the detected URL, runs migrations and seeders, and locks itself when setup finishes. The package contains a production vendor folder, so no server-side Composer or Node installation is required.

Queue and uploads

Configure a cPanel cron or process manager for php /home/ovioefiz/tripnova/artisan queue:work database --sleep=1 --tries=3. Public uploads work through the built-in /storage fallback when the host does not allow symbolic links.