lukeslattry / squiggle

Web Analytics Application built on Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Squiggle Logo

Spuiggle

Web Analytics Application built on Node.js

###In Development

Installation and Set Up

  1. Download and unzip Squiggle to your machine.
  2. Run squiggle.sql to create the Database tables required by Squiggle.
  3. Make the approirate additions to config.js to suit your set up.
  4. Run npm install in the root of Squiggle to install all dependancies.
  5. Start the Squiggle server by running node server.js or NODE_ENV=production node server.js

Now you should be able to access the Squiggle Dashboard at the url and port number you have specified. By default the server runs on port 3000. Try here.

Dev Set Up

To pre-populate the database tables with dumby traffic just uncomment the INSERT queries in squiggle.sql before you run it.

gulp scss will compile and pipe the css.

About

Web Analytics Application built on Node.js


Languages

Language:JavaScript 71.4%Language:CSS 23.3%Language:HTML 5.3%