aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fb9b28bee7c62e58403ad599f6699967f69ac525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Setup:

Have golang installed a correct GOPATH

Copy config-init to config and change the values to reflect the instance

Create the database, username, and password for psql that is used in config file

run

psql -U (user) -d (database) -f databaseschema.psql

then start the server with

go run .