Updated with page responsibilities

This commit is contained in:
WilliamMiceli
2019-11-21 18:48:02 -05:00
parent 91918c2f19
commit 325e9a1ed2

View File

@@ -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