git clone https://github.com/samjeyam/home-moni.git $GOPATH/src/github.com
$ go get github.com/revel/revel
Ensure the $GOPATH/bin directory is in your PATH
Verify that it works:
$ revel help
This app uses go-sqlite3 database driver (which wraps the native C library).
- Install Homebrew if you don't already have it.
- Install pkg-config and sqlite3:
$ brew install pkgconfig sqlite3
$ sudo apt-get install sqlite3 libsqlite3-dev
Once you have SQLite installed, it will be possible to run the app:
$ revel run github.com/home-moni