Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 509 Bytes

Priverse NFT Marketplace

Requirements

  • Ubuntu 20.04 or newer
  • PHP 7.4.3 or newer
  • MySQL Server 8.0.29 or newer
  • Apache Web Server 2.4.41 or newer

Installation Steps

  1. Upload source files to /var/www/html/<your_folder_name>
  2. Import the database.sql file located in import folder with the following console command.

mysql -u<username> -p<password> <databasename> < database.sql

  1. Update MySQL server connection variables in db.php file located in root folder.

You are done!