Project

boned

0.0
No commit activity in last 3 years
No release in over 3 years
HTTP server companion for Bone (remote environment variables)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.3.2
>= 1.1.0
>= 0
 Project Readme

Boned - 0.3

Rudimentary Redis over HTTP(S) (the HTTP server companion for Bone)

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/

The Bonery

You can use the Bone daemon hosted at The Bonery. You'll need to generate a token and set your BONE_SOURCE to �ttps://api.bonery.com/.

Installation

$ sudo gem install boned

You also need to install redis.

More Information

See bone.

Credits

Thanks

  • Kalin Harvey for the early feedback.

License

See LICENSE.txt