Fresh installation

Steps to do:

  1. Upload Demo folder in the package to your server
  2. Create database and import sample database (database.sql.zip)
  3. Correct database settings in sites/default/settings.php file.

    $databases['default']['default'] = array (
      'database' => 'DATABASE_NAME',
      'username' => 'DATABASE_USERNAME',
      'password' => 'DATABASE_PASSWORD',
      'prefix' => '',
      'host' => 'localhost',
      'port' => '3306',
      'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
      'driver' => 'mysql',
    );
    
  4. Login with default admin account is: username: admin, password: admin

  5. 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 ""