filecoin-shipyard / 2019-filecoin-network-stats

(Deprecated) Dashboard by Kyokan for tracking network state of go-filecoin devnets in 2019.
Other
34 stars 12 forks source link

Improve build process and instructions #47

Closed ZenGround0 closed 5 years ago

ZenGround0 commented 5 years ago

Installing and building for local development needs improvement. There should be some instructions on running postgres and making it clear that it is required to build from the common directory for the backend to build.

There should be a single command that builds everything and another that starts everything other than the data base and the filecoin node.

ZenGround0 commented 5 years ago

npm install db-migrate is a hidden installation dependency

ZenGround0 commented 5 years ago

db-migrate does not work by default. Can't find database.json configuration file

eshon commented 5 years ago

This has been fixed