git clone git@github.com:memocash/index.git
cd index
go build
./index serve live
Two options for setting config values.
- Use environment variables, e.g.
NODE_HOST=example.com:8333 ./index serve live
- Use a config file, e.g.
config.yaml
:NODE_HOST: example.com:8333 GRAPHQL_PORT: 8080