Sha256: a1689a6b79e423a113dd14b902b372a5e00a6006ba047422fb3914255159fc49

Contents?: true

Size: 885 Bytes

Versions: 1

Compression:

Stored size: 885 Bytes

Contents

## Boned - 0.3 ##

**Remote environment variables**

*NOTE: This version is not compatible with previous versions of Bone.*

## Running
    
    $ redis-server path/2/redis-server.conf
    
    $ BONED_SOURCE=redis://localhost:6379/   boned -e prod start
    
## Running as a daemon ##
    
    $ BONED_SOURCE=redis://localhost:6379/   boned -e prod -d start
    $ boned -e prod -d stop

## Updating bone configuration ##

You need to tell bone to use the HTTP API. In your .bashrc or equivalent, add:
    
    export BONE_SOURCE=http://127.0.0.1:3073/
    
## Installation

    $ sudo gem install boned

You also need to install [redis](http://code.google.com/p/redis/). 


## More Information

See [bone](https://github.com/solutious/bone). 


## Credits

* [Delano Mandelbaum](http://solutious.com)


## Thanks 

* Kalin Harvey for the early feedback. 


## License

See LICENSE.txt

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
boned-0.3.2 README.md