You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,6 @@ You should take this generated password and populate it in the `DB_PASS` of your
55
55
-`DB_PASS` should be set the password as detailed above.
56
56
-`DB_NAME` should be set to `address_book`.
57
57
-`SITE_URL` should be set to the address from which the system will be accessible from. Typically http://localhost/ is acceptable.
58
-
-`TIMEZONE` should be set to the timezone you require. See the [PHP Manual](https://www.php.net/manual/en/timezones.php) for options.
59
-
60
58
61
59
### 2. Manual Installation
62
60
@@ -87,7 +85,6 @@ You should then set your `settings.local.inc.php` values to match your environme
87
85
- `DB_PASS` should be set the password for the user which you created.
88
86
- `DB_NAME` should be set to `address_book`, if you used the default set up.
89
87
- `SITE_URL` should be the FQDN of the address of the server.
90
-
- `TIMEZONE` should be set to the timezone you require. See the [PHP Manual](https://www.php.net/manual/en/timezones.php) for options.
91
88
92
89
#### Web Server Configuration
93
90
@@ -102,6 +99,12 @@ If the system is working correctly then you should be prompted with a login wind
102
99
- Username: `admin`
103
100
- Password: `LetMeIn123`
104
101
102
+
## Local Settings Configuration Values
103
+
104
+
There are several configuration values which can be setin the `includes/settings.local.inc.php` file. Below lists settings with their appropriate values:
105
+
106
+
- `TIMEZONE` should be set to the timezone you require for the system. See the [PHP Manual](https://www.php.net/manual/en/timezones.php) for options.
107
+
105
108
## Screenshots
106
109
107
110
Screenshots of the system can be found in the [screenshots](screenshots/) directory, or by viewing the [SCREENSHOTS.md](SCREENSHOTS.md) file.
0 commit comments