1
0
Fork 0

Readme fixes

This commit is contained in:
Gregory Eremin 2011-09-09 17:22:23 +04:00
parent 7a46b9ee4e
commit bc491ed1d2
1 changed files with 3 additions and 0 deletions

View File

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