Readme fixes

This commit is contained in:
Gregory Eremin 2011-09-09 17:22:23 +04:00
parent 7a46b9ee4e
commit bc491ed1d2

View File

@ -12,17 +12,20 @@ Note: you need PostgreSQL installed and added its binaries to $PATH
## Configuring ## Configuring
add this line to `/etc/hosts`: add this line to `/etc/hosts`:
``` ```
127.0.0.1 dev.beathaven.org 127.0.0.1 dev.beathaven.org
``` ```
## Starting server ## Starting server
1st tab: 1st tab:
```bash ```bash
$ unicorn_rails $ unicorn_rails
``` ```
2nd tab: 2nd tab:
```bash ```bash
$ rake jobs:work $ rake jobs:work
``` ```