Skip to content

Commit

Permalink
Simpler setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny committed May 16, 2012
1 parent 97b7bd2 commit d6bb51f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.markdown
Expand Up @@ -9,6 +9,7 @@ playing song in iTunes, MPD, Rhythmbox, XMMS2 or Amarok.

![Screenshot](https://github.com/sunny/so-nice/raw/gh-pages/screenshot.png)


Setup
-----

Expand All @@ -20,18 +21,22 @@ $ cd so-nice
$ bundle install
```

The configuration options are at the top of the `config.ru` file (all settings are enabled by default):

- `ENV['SONICE_CONTROLS']` enables/disables on screen controls
- `ENV['SONICE_VOTING']` enables/disables voting

Launch it with:

```bash
$ thin start -p 4567 -R config.ru
$ thin start
```

Then visit [http://localhost:4567](http://localhost:4567)
Then visit [http://localhost:3000](http://localhost:3000)


Configuration
-------------

The configuration options are at the top of the `config.ru` file (all settings are enabled by default):

* `ENV['SONICE_CONTROLS']` enables/disables on screen controls
* `ENV['SONICE_VOTING']` enables/disables voting


Licence
Expand Down

0 comments on commit d6bb51f

Please sign in to comment.