Create new database on your hosting and run OctopusCodesMultiVendor.sql file. Create database user and assign dbo rights to the user.
  1. Unzip Main.zip file and upload to your hosting.
  2. Open database.php file in application\config foler and change values of hostname, database, username and password as below:
    • hostname: your server name
    • database: your database name
    • username: your username
    • password: your password
  3. Open config.php file in application\config foler and change value of base_url as below:
    • $config['base_url']: your domain name
  4. Open config.php file in application\config foler and change value of uri_protocol as below:
    • $config['uri_protocol']: 'AUTO'
  5. Run website and login with default account:
    • Front View (User access)
      URL: http://www.yourdomain.com/
      Username: customer1
      Password: 123456
    • Vendor Panel (Vendor access)
      URL: http://www.yourdomain.com/account/login_vendor.html
      Username: shop1
      Password: 123456
    • Admin Panel (Admin access)
      URL: http://www.yourdomain.com/admin/login.html
      Username: admin
      Password: 123
      Remember that you can change default admin URL in order to secure admin UI entry point.