Updated with page responsibilities
This commit is contained in:
21
README.md
21
README.md
@@ -6,7 +6,24 @@
|
|||||||
[https://www.sitepoint.com/mysql-3-getting-started-php/]
|
[https://www.sitepoint.com/mysql-3-getting-started-php/]
|
||||||
[https://www.sitepoint.com/publishing-mysql-data-web/]
|
[https://www.sitepoint.com/publishing-mysql-data-web/]
|
||||||
|
|
||||||
#### Notes
|
## Page Responsibilities
|
||||||
|
|
||||||
|
### Bryan
|
||||||
|
|
||||||
|
- "Search" `search.html`
|
||||||
|
- "Message Someone" `sendMessage.html`
|
||||||
|
|
||||||
|
### Logan
|
||||||
|
|
||||||
|
- "Find a New Friend" `findFriend.html`
|
||||||
|
- "Check Pending Friends" `pendingFriend.html`
|
||||||
|
|
||||||
|
### William
|
||||||
|
|
||||||
|
- "See Messages" `messages.html`
|
||||||
|
- "See Friends" `friends.html`
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
- Can use `ps waux | grep nginx` to check if the NGINX service is running
|
- Can use `ps waux | grep nginx` to check if the NGINX service is running
|
||||||
- MySQL's documentation sucks.
|
- MySQL's documentation sucks.
|
||||||
@@ -15,7 +32,7 @@
|
|||||||
- Use `nginx -s reload` to reload the web server's configurations
|
- Use `nginx -s reload` to reload the web server's configurations
|
||||||
- I (William) will host an instance at [friends.proxy0.williammiceli.io] that is publically accessible for testing. If anyone wants me to change the version/image used, just let me know.
|
- I (William) will host an instance at [friends.proxy0.williammiceli.io] that is publically accessible for testing. If anyone wants me to change the version/image used, just let me know.
|
||||||
|
|
||||||
#### Traefik Configuration Labels
|
### Traefik Configuration Labels
|
||||||
|
|
||||||
`
|
`
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user