Sha256: db46f65fc5363f552aee3281acc3fe1432aa84034a9fa82f7b53c75d3b835182

Contents?: true

Size: 578 Bytes

Versions: 3

Compression:

Stored size: 578 Bytes

Contents

# Ongaku Ryoho Server

A little Sinatra web server wrapped in a gem specifically for the [Ongaku Ryoho client](https://github.com/icidasset/ongaku_ryoho).

## How to use

### Requirements

`Ruby 1.9.2`

### Installation

```bash
gem install ongaku_ryoho_server
```

### Usage

Go to a music directory and run the web server.

```bash
cd ~/Music
(rvmsudo) ongaku_ryoho_server (-p 80)
```

### Options

Some Sinatra options, that is.

```
-p port    set the port (default is 4567)
-o addr    set the host (default is 0.0.0.0)
-x         turn on the mutex lock (default is off)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ongaku_ryoho_server-0.2 README.md
ongaku_ryoho_server-0.1.1 README.md
ongaku_ryoho_server-0.1.0 README.md