Skip to content

Commit b4eee6c

Browse files
committed
Update Install.md
1 parent a413667 commit b4eee6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/Install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ To run the installer open
1111
- Change the database connection settings inside of `Service/Config.php` to match your db settings.
1212
These are stored in the following lines of code in `/OpenNote/Config.php`:
1313
```php
14-
public static $dbUserName = "notebook";
15-
public static $dbPassword = "password";
16-
public static $dbServer = "localhost";
17-
public static $dbName = "notebook";
14+
$dbUserName = "notebook";
15+
$dbPassword = "password";
16+
$dbServer = "127.0.0.1";
17+
$dbName = "notebook";
1818
```
1919
2020
- Now the site install is complete. You can now open the site by going to your webserver url +/OpenNote

0 commit comments

Comments
 (0)