oldhaven/README.md

35 lines
534 B
Markdown
Raw Normal View History

2011-09-09 17:20:52 +04:00
# BeatHaven
Ultimate web jukebox.
## Checking out
```bash
$ git clone git@github.com:magnolia-fan/BeatHaven.git beathaven
$ cd beathaven/
2011-09-09 17:25:50 +04:00
$ git submodule update --init
2011-09-09 17:20:52 +04:00
$ bundle install
$ rake db:migrate
```
Note: you need PostgreSQL installed and added its binaries to $PATH
## Configuring
add this line to `/etc/hosts`:
2011-09-09 17:22:23 +04:00
2011-09-09 17:20:52 +04:00
```
127.0.0.1 dev.beathaven.org
```
## Starting server
1st tab:
2011-09-09 17:22:23 +04:00
2011-09-09 17:20:52 +04:00
```bash
$ unicorn_rails
```
2nd tab:
2011-09-09 17:22:23 +04:00
2011-09-09 17:20:52 +04:00
```bash
$ rake jobs:work
```
2011-09-09 17:24:03 +04:00
## Opening
Now everything may work fine at `http://dev.beathaven.org:8080/`