Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Aug 20, 2018
1 parent 78e1fa5 commit 3d8e41c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,10 @@ requests. To load cities, run `rake cities:load`. And to load service requests,
### Application Setup

1. Install ruby gem dependencies: `bundle install`
<<<<<<< HEAD
2. Create the databases and load schema and seeds: `bin/rails db:setup`
3. Run the tests: `bin/rspec`
4. Run the server: `bin/rails server`, and visit the web-browser: [`http://localhost:3000`](http://localhost:3000)

#### Migration guide

You may need to run `rake db:gis:setup` to enable PostGIS on your database.
=======
2. Install node dependencies: `yarn install`
3. Create the databases and load schema and seeds: `bin/rails db:setup`
4. Run the tests: `bin/rspec`
5. Run the server: `bin/rails server`, and visit the web-browser: [`http://localhost:3000`](http://localhost:3000)
>>>>>>> master

0 comments on commit 3d8e41c

Please sign in to comment.