Manual Install

⌘K
  1. Home
  2. Docs
  3. Oxo
  4. Instruction
  5. Manual Install

Manual Install

if you are using local development, then it’s recommended to install the script manually. we will guide you in this article step by step about manual install.

Step : 01

Download file from codecanyon and extract in your pc and you will get 03 folder. Listed below

  • Documentation
  • Installable File
  • Update
folder structure after download the file

Now Open installable folder, you will get a zip file. you have to upload it to your server using ftp or file manager.

installable zip file

Step : 02

01. Now login to you cpanel and go to > MySQL® Database Wizard

cpanel interface

02. create database

create a database, using mysql data wizard

03. Create Database Users, do not forget to keep you database user password, we will need this while we run installation wizard.

create database user, using mysql database wizard

04: Add user to the database. check all privileges and click make changes. then click “Next Step”

database create is done, keep database user, database name, database password in a note.

05. now you have to import script database to your newly created database. go to phpmyadmin

go to phpmyadmin

06. you will find a folder name “Database>database.sql” in downloaded file, import the database into your created database

07. Upload installable file to server

upload installable file upload to server

08. unzip the installable file to server

extract zip file in server

09. Check Permission of index.php file, make sure it’s file permission to 0755

change permission.

10. now go to “@core” folder open “.env” file. if you did not see .env file, then copy env-smaple.txt content and make a new file .env paste all the content.

11. change database details with yours, for more info you can check Laravel database documentation

DB_CONNECTION=mysql
DB_HOST=YOUR_DATABASE_HOST
DB_PORT=3306
DB_DATABASE=YOUR_DATABASE_NAME
DB_USERNAME=YOUR_DATABASE_USERNAME
DB_PASSWORD=YOUR_DATABASE_PASSWORD

12. save the file once your database configuration is done.

13. your installation is done, now go to the website and check it, it should work fine, if you see it still not working, then clear your browser cache, contact support for any issue.

Was this article helpful to you? No Yes

How can we help?