Skip to content

samjeyam/home-moni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Monitor App - Go App

pre-requsite

clone

git clone https://github.com/samjeyam/home-moni.git $GOPATH/src/github.com

get revel framework

revel

$ go get github.com/revel/revel

Ensure the $GOPATH/bin directory is in your PATH

Verify that it works:

$ revel help

sqlite Installation

This app uses go-sqlite3 database driver (which wraps the native C library).

To install on OSX:

  1. Install Homebrew if you don't already have it.
  2. Install pkg-config and sqlite3:
$ brew install pkgconfig sqlite3

To install on Ubuntu:

$ sudo apt-get install sqlite3 libsqlite3-dev

Run the app

Once you have SQLite installed, it will be possible to run the app:

$ revel run github.com/home-moni

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published