Changes

Jump to navigation Jump to search
758 bytes added ,  13:50, 21 November 2014
m
Line 36: Line 36:     
* 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
       
[[Category:Webapps]]
 
[[Category:Webapps]]
 
[[Category:Howto]]
 
[[Category:Howto]]

Navigation menu