1
0
Fork 0
Ultimate internet jukebox
Go to file
magnolia-fan 5798955b01 Discogs config and task 2011-09-21 10:40:04 +04:00
app Merge branch 'master' of github.com:magnolia-fan/BeatHaven 2011-09-21 00:31:09 +04:00
config Discogs config and task 2011-09-21 10:40:04 +04:00
db Artist wipe, local brainz 2011-09-21 00:30:42 +04:00
doc Mass move to root 2011-04-09 17:41:24 +04:00
lib Discogs config and task 2011-09-21 10:40:04 +04:00
log Bot controller 2011-04-28 03:18:06 +04:00
nginx Bringing on 2011-06-14 20:05:12 +04:00
public Moving images 2011-09-08 17:10:52 +04:00
script Added delayed jobs 2011-06-20 01:23:22 +04:00
test Artist wipe, local brainz 2011-09-21 00:30:42 +04:00
vendor/plugins Mass move to root 2011-04-09 17:41:24 +04:00
.gitignore Added kind of checkout tutorial 2011-09-09 17:20:52 +04:00
.gitmodules Jplayer as a submodule 2011-09-09 16:31:20 +04:00
Gemfile Gemfile: use pch's repo for lastfm-client, use latest version of musicbrainz gem 2011-09-19 19:14:01 +04:00
Gemfile.lock Merge branch 'master' of github.com:magnolia-fan/BeatHaven 2011-09-21 00:31:09 +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
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/