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

  1. Create database and import sample database (database.sql.zip)
  2. 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' => '',
       ),
     ),
    );
    
  3. Login with default admin account is: username: admin, password: admin

  4. 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.

results matching ""

    No results matching ""