* Adjust config.php and replace/add settings from above
* Adjust config.php and replace/add settings from above
−
TBA
+
Edit the config file by adjusting at least the following settings/values:
+
$conf['settings']['admin.email'] = 'admin@example.com'; <-- change to your email address
+
$conf['settings']['script.url'] = 'http://localhost/Web'; <-- must have this value
+
$conf['settings']['database']['type'] = 'mysql';
+
$conf['settings']['database']['user'] = 'booked_user'; // database user with permission to the booked database $conf['settings']['database']['password'] = 'verysecretpass'; $conf['settings']['database']['hostspec'] = 'localhost'; // ip, dns or named pipe $conf['settings']['database']['name'] = 'booked';
+
+
and very specifically the installation password:
+
$conf['settings']['install.password'] = 'j3kfd982nd3'; <-- example password, set own password