Update README.md#3
Conversation
removed info
Enprogames
left a comment
There was a problem hiding this comment.
I made a few comments for changes that I think would improve the readme. It might be a good idea to remove a lot of the VIU-related instructions, but still keep instructions for running this locally without the VIU servers.
| DB_PASS=rAnhgtHT | ||
| DB_NAME=csci311h_tekku | ||
| PHRASE=tekku | ||
| DB_PORT=removed |
There was a problem hiding this comment.
Hmm this is actually meant for if someone wanted to run the server and database locally, so I think we can probably keep the previous changes. The port, for example, is important, and shouldn't be set to "removed". But maybe the password should be set to something else, such as "change_me".
| @@ -130,21 +130,21 @@ Here is what it should look like when you make changes: | |||
| Using SSH tunnels into your CSCI account, you can access the Gitlab repos and webpage from anywhere. I'm doing this so that I can have my own setup away from the CSCI computers, since they cause me constant issues, such as with my quota. Here's how I do it. | |||
There was a problem hiding this comment.
I think this entire section should just be removed.
| - `git clone git@127.0.0.1:<username>/tekku.git` | ||
| - Add remote to upstream: `git remote add git@127.0.0.1:oleander/tekku.git` | ||
|
|
||
| ## View Dolphin Webpages from Off Campus |
There was a problem hiding this comment.
I think this section, and "Connecting PHP Backend to Database" can be completely removed.
removed some not so good info