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

Have golang installed a correct GOPATH

Move 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 client with

go run .