Fresh installation
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['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', );
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.