You are on page 1of 1

Equity Crowdfunding Script Installation Instruction:

Upload the extracted files in the Root Directory.

Database File: (database/equity_crowdfund.sql)

Configuration File: (core/init.php)

Create the database user name, password & database name

Map the Database user with Database name.

Configuration Settings:

Change the Below configuration in the configuration file…

define("DB_HOST", "localhost"); //Replace with your server name

define("DB_USER", "root"); //Replace with Database username

define("DB_PASS", ""); //Replace with Database password

define("DB_NAME", "equity_crowdfund"); //Replace with Database name

You might also like