Skip to content

Commit 91aa1bf

Browse files
committed
Update README.md
1 parent abf2c8a commit 91aa1bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains Sufia code and the second major release of the Libra pr
55

66
## Dependencies
77
* Ruby v2.2.2 or higher
8-
* latest Bundler gem
8+
* Latest Bundler gem
99

1010
## Installation
1111

@@ -20,12 +20,13 @@ Then run a bundle install
2020
Then create the database and Redis
2121

2222
`$ rake db:migrate`
23+
2324
`$ redis-server`
2425

2526
Then run hooks and fire up the server
2627

2728
`$ RUN_AT_EXIT_HOOKS=true TERM_CHILD=1 resque-pool --daemon --environment development start`
29+
2830
`$ rails s`
2931

30-
```
3132
You should now be able to open your browser to http://localhost:3000/

0 commit comments

Comments
 (0)