unicorn/bindings/ruby/README.md

24 lines
274 B
Markdown
Raw Normal View History

2016-03-22 12:26:12 +01:00
# Installation
2016-03-22 12:17:23 +01:00
2016-03-22 12:26:12 +01:00
## Software requirements
2016-03-22 12:17:23 +01:00
2016-03-22 12:22:02 +01:00
### Linux
- ruby >= 1.9.3
- rubygems
- make
- gcc
2016-03-22 12:17:23 +01:00
2016-03-22 12:22:02 +01:00
### Mac OS
- ruby >= 1.9.3
- rubygems
- make
- XCode
2016-03-22 12:17:23 +01:00
2016-03-22 12:22:02 +01:00
## Install unicorn
2016-03-22 12:26:12 +01:00
* cd path_to_unicorn
* ./make.sh install
2016-03-22 12:19:26 +01:00
2016-03-22 12:22:02 +01:00
## Install ruby binding
2016-03-22 12:26:12 +01:00
* cd bindings/ruby
* make install