Fresh installation
This installation method supports you to install the theme with full demo content.
Steps to do:
Upload Demo folder in the package to your server
- Create database and import sample database (database.sql.zip)
Correct database settings in sites/default/settings.php file.
$databases = array ( 'default' => array ( 'default' => array ( 'database' => 'DATABASE_NAME', 'username' => 'DATABASE_USERNAME', 'password' => 'DATABASE_PASSWORD', 'host' => 'localhost', 'port' => '3306', 'driver' => 'mysql', 'prefix' => '', ), ), );
Login with default admin account is: username: admin, password: admin
Goto Configuration => Media => File system to check and correct the permission to make sure the public folder and temporary folder is writeable by web server.