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
- Upload
tripnova-root.zipto/home/ovioefiz/tripnovaand extract it there. - Upload
tripnova-public-html.zipto/home/ovioefiz/public_html/tripnovaand extract it there. - Do not extract either ZIP into
public_htmlitself and do not merge the two ZIPs. - Keep
storageandbootstrap/cachewritable 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.