Skip to content

Latest commit

 

History

History
executable file
·
68 lines (44 loc) · 1.3 KB

File metadata and controls

executable file
·
68 lines (44 loc) · 1.3 KB

Project Name

Pithy project description

Team

  • Product Owner: Tim Scheys
  • Scrum Master: Edgar Pabon
  • Development Team Members: Bowen Yang, Tommy Sander

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

#Greetings from Bowen and Tim

##Start up server

  1. Open a terminal window
  2. npm install
  3. bower install
  4. Run 'mongod' (start mongo db on your system)
  5. Run 'grunt' in a new tab (run nodemon on server/bin/www)
  6. Run 'grunt import' in a new tab (import test.csv, fulldata.csv into mongodb)
  7. Run 'grunt summarize' (makes summary tables)

(6 and 7 should only be needed once)

##If nodemon crashes your app

  1. Cry
  2. Call mom
  3. Run 'grunt'

Requirements

  • Node 0.10.x

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap: https://github.com/CrimeVisualizer/USCrimeVisualizer/issues

Contributing

See CONTRIBUTING.md for contribution guidelines.