Skip to content

osahyoun/istreetwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#iStreetWatch

iStreetWatch uses ruby 2.3.0

Running iStreetWatch locally

  • Clone the repository:

git clone git@github.com:osahyoun/istreetwatch.git

  • Navigate into the root directory of the app:

cd istreetwatch

  • Install redis and start the redis server.

see http://redis.io/topics/quickstart

  • Install gem dependencies:

bundle install

  • Run migrations:

bin/rake db:migrate

  • To seed the database with 100 reports run:

    bin/rake db:seed

  • Start the server:

bin/rails s