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
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The application relies on a single database (`rolodex`) that contains a single t
24
24
25
25
After you've [pulled down this repository](https://git-scm.com/docs/git-clone), follow these steps to get the app up and running:
26
26
27
-
1. Update the database configuration settings in [config.php](src/config.php) (which is used across the app) to point to _your_ MariaDB database.
27
+
1. Update the database configuration settings in [src/config.php](src/config.php) (which is used across the app) to point to _your_ MariaDB database.
28
28
29
29
_Example configuration:_
30
30
@@ -35,7 +35,7 @@ After you've [pulled down this repository](https://git-scm.com/docs/git-clone),
35
35
$databaseName = 'rolodex';
36
36
```
37
37
38
-
**Note:** Check out the [config_skysql.php](config_skysql.php) file for an example of how to connect to [MariaDB SkySQL](https://mariadb.com/skyview).
38
+
**Note:** Check out the [src/config_skysql.php](config_skysql.php) file for an example of how to connect to [MariaDB SkySQL](https://mariadb.com/skyview).
39
39
40
40
2. Run the application using the [built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php).
0 commit comments