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 theFilesdirectory to the designated main folder for installation. Ensure that both theindex.phpand.htaccessfiles 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 theSQLfile nameddatabase.sqlwhich is located atFiles > database.sql -
Update `.env` :
Please look for.envfile. The file location ismain >.env. In your.envfile, 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.
