#### A project of [GMU SRCT](http://srct.gmu.edu).
#### A project of [GMU SRCT](http://srct.gmu.edu).
...
@@ -42,12 +42,6 @@ Next, with:
...
@@ -42,12 +42,6 @@ Next, with:
you install `git` onto your system.
you install `git` onto your system.
**with yum (now something else??):**
**with rpm:**
**with other package manager???:**
### On macOS
### On macOS
We recommend that you use the third party Homebrew package manager for macOS,
We recommend that you use the third party Homebrew package manager for macOS,
...
@@ -104,6 +98,8 @@ various bits that make up Go and run that as a container (two
...
@@ -104,6 +98,8 @@ various bits that make up Go and run that as a container (two
containers: one for Go and the other for mysql) that act as normal
containers: one for Go and the other for mysql) that act as normal
processes to the OS.
processes to the OS.
Check out [docker.com](https://www.docker.com/what-docker) for more details.
Pros:
Pros:
- Lightweight
- Lightweight
...
@@ -173,12 +169,23 @@ Cons:
...
@@ -173,12 +169,23 @@ Cons:
- Greater potential for things to go wrong
- Greater potential for things to go wrong
- Way more steps
- Way more steps
Link to wiki page goes here.
Head to:
https://git.gmu.edu/srct/go/wikis/manual-setup
# Some words about contributing to Go.
# Some words about contributing to Go.
Words about contributing.md go here.
Words about contributing.md go here.
" " Opening issues
The authentication service used for Go is CAS. In local development however we
utilize a test server. You can log in with just your CAS username to simulate logging
in. By default, the Django superuser is set to `dhaynes3`.
In order to approve yourself to be an 'approved user' you must navigate to 127.0.0.1:8000/admin and log in. Once in the admin page go to "registered users", and create a new registered user in the top right. Be sure to use the same username and Full Name as your main account and select "approved" in the bottom row.
I encourage you to join the [#go channel](https://srct.slack.com/messages/go/details/) in SRCT's [Slack Group](https://srct.slack.com)
I encourage you to join the [#go channel](https://srct.slack.com/messages/go/details/) in SRCT's [Slack Group](https://srct.slack.com)
if you have any questions on setup or would like to contribute.
if you have any questions on setup or would like to contribute.