1
0
Fork 0
Ultimate internet jukebox
Go to file
magnolia-fan 4398b1212a Parsing discogs better 2011-11-15 18:41:51 +04:00
app Parsing discogs better 2011-11-15 18:41:51 +04:00
config Stats page 2011-10-24 14:15:00 +04:00
db Added track files 2011-10-12 10:44:20 +04:00
doc Mass move to root 2011-04-09 17:41:24 +04:00
lib Parsing discogs better 2011-11-15 18:41:51 +04:00
log Bot controller 2011-04-28 03:18:06 +04:00
public Meta tags, opensearch 2011-10-24 14:50:37 +04:00
script Added delayed jobs 2011-06-20 01:23:22 +04:00
test Added track files 2011-10-12 10:44:20 +04:00
vendor/plugins Mass move to root 2011-04-09 17:41:24 +04:00
.gitignore Add textmate project to gitignore 2011-10-11 20:33:18 +04:00
.vagrant Parsing discogs better 2011-11-15 18:41:51 +04:00
Gemfile Using jquery-rails, rack 1.3.5, organized gemfile 2011-10-20 20:14:17 +04:00
Gemfile.lock Parsing discogs better 2011-11-15 18:41:51 +04:00
Procfile Adding worker to procfile 2011-10-06 00:18:57 +04:00
README.md Readme: about submodules 2011-09-09 17:25:50 +04:00
Rakefile Added dsl to rakefile, attempt to fix heroku db:migrate error 2011-06-18 20:27:51 +04:00
Vagrantfile Parsing discogs better 2011-11-15 18:41:51 +04:00
config.ru Mass move to root 2011-04-09 17:41:24 +04:00

README.md

BeatHaven

Ultimate web jukebox.

Checking out

$ git clone git@github.com:magnolia-fan/BeatHaven.git beathaven
$ cd beathaven/
$ git submodule update --init
$ bundle install
$ rake db:migrate

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:

$ unicorn_rails

2nd tab:

$ rake jobs:work

Opening

Now everything may work fine at http://dev.beathaven.org:8080/