View online at: http://rnshpilot.fiviumdev.com/.
Pilot clinical research database for Royal North Shore Hospital, Sydney.
- Ensure you have go 1.6 or higher installed as well setting your $GOPATH and $GOROOT environment variables. You should also ensure that $GOPATH/bin is on your $PATH environment variable. Full documentation can be found here.
- Go get this repository:
This should fetch this repo to $GOPATH/src/github.com/FiviumAustralia/RNSH-Pilot-Server-Go on your local PC.
go get github.com/FiviumAustralia/RNSH-Pilot-Server-Go
- Build the application:
go build github.com/FiviumAustralia/RNSH-Pilot-Server-Go
- Assuming that $GOPATH/bin is on your PATH now run:
If this worked, skip to step
RNSH-Pilot-Server-Go
6
. - If step
4
failed because $GOPATH/bin is not on your path navigate to$GOPATH/src/github.com/FiviumAustralia/RNSH-Pilot-Server-Go
and run:go run rnshPilotServer.go
- Point your browser to http://localhost:3001