Skip to content

Commit

Permalink
Fix first-run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored and Jessie Keck committed Feb 9, 2017
1 parent 2a04634 commit 73ee105
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -42,10 +42,16 @@ Run the database migrations:
$ rake db:migrate
```

Start Solr and the Rails development server:
Start Solr (possibly using `solr_wrapper` in development or testing):

```
$ rake spotlight:server
$ solr_wrapper
```

and the Rails development server:

```
$ rails server
```

Go to http://localhost:3000 in your browser.
Expand Down

0 comments on commit 73ee105

Please sign in to comment.