Skip to content
Snippets Groups Projects
Commit ececcb3f authored by Silas Davis's avatar Silas Davis Committed by GitHub
Browse files

Merge branch 'master' into master

parents 1e9eb4e4 88b5df20
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,8 @@ go get github.com/Masterminds/glide ...@@ -35,7 +35,8 @@ go get github.com/Masterminds/glide
go get -d github.com/eris-ltd/eris-db go get -d github.com/eris-ltd/eris-db
REPO=$($GOPATH/src/github.com/eris-ltd/eris-db) REPO=$($GOPATH/src/github.com/eris-ltd/eris-db)
cd $REPO && glide install cd $REPO && glide install
cd $REPO/cmd/eris-db && go install``` cd $REPO/cmd/eris-db && go install
```
To run `eris-db`, just type `$ eris-db serve --work-dir <path to chain directory>`, where the chain directory needs to contain the configuration files as generated by `eris chains make`. To run `eris-db`, just type `$ eris-db serve --work-dir <path to chain directory>`, where the chain directory needs to contain the configuration files as generated by `eris chains make`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment