1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Andrew Tomaka f937337d9f Fix CoffeeScript Dependency
packages.json did not include coffee-script.  The dependency has been
added and the README file updated to note the local method for starting
the application.
2013-02-20 22:49:15 -05:00
Andrew Tomaka f4ebe7536f Remove Timezone Dependency
Formerly, the initial record pull was based on the current time of the
server minus five minutes.  This caused timing issues, specifically in
the case where the database server and dbmonitor server had different
timezones set.  The initial record is now grabbed based on the
timestamp of the last record insertted into the table.  If there are
no records in the database 0000-01-01 00:00:00 is used as the initial
timestamp.
2013-02-20 22:36:23 -05:00
Andrew Tomaka f5b4a55071 Implement Simple HTTP Server
Implement a simple HTTP server to remove the dependancy on also running
your own Apache or NGINX instance to host static content.  The built-in
HTTP server currently hosts four static files and will return a 404
error if a request does not match one of those four files.
2013-02-02 15:28:04 -05:00
Andrew Tomaka 6b473b88c8 Update static column name reference to use config setting 2013-01-07 13:43:33 -05:00
Andrew Tomaka b28b03b78e Initial commit 2013-01-05 14:10:01 -05:00