Experience a seamless installation process with our script. You can effortlessly set up your platform independently by following these straightforward steps. Just follow the instructions below, and you'll have your script up and running in no time.
Installation Steps:
-
Upload Zip File :
Using your hosting control panel or an FTP tool, upload the zipped application file to your server which you received after purchase. -
Extract Code :
Once uploaded, extract the contents of the zip file and relocate all contents from theFiles
directory to the designated main folder for installation. Ensure that both theindex.php
and.htaccess
files are also relocated. -
Create Database :
Using your hosting control panel or database management tool, create a new empty database for your application and collet relevant information like database name, database username, database password. -
Upload SQL :
After creating database successfully you must upload theSQL
file nameddatabase.sql
which is located atFiles > database.sql
-
Update `.env` :
Please look for.env
file. The file location ismain >.env
. In your.env
file, update the database connection details as shown below with your newly created database information:
DB_HOST
= [YOUR_DATABASE_HOST] (usually 'localhost')DB_DATABASE
= [YOUR_DATABASE_NAME]DB_USERNAME
= [YOUR_DATABASE_USER]DB_PASSWORD
= [YOUR_DATABASE_PASSWORD]
-
Completed Installation :
Now please browse http://your-site-url
. Your system is now primed for immediate use.
Admin Login:
Admin login URL : http://your-site-url
/admin
Username : admin
Password : admin
Note: The provided admin login credentials are set up by default. You
must change
them from the admin profile menu.