Installation of PIONE
Installation of PIONE
Contents
If ruby/gem is installed
You can install PIONE by using functions of gem in ruby. It use /usr/local and /sw/ when install, therefore the privileges of the user who install need to be an administrator. Currently, only 1.9 version can work. Consequently, it may need gem1.9 depending on the version of ruby/gem.
$ gem install pione or $ gem1.9 install pione
If you want to update, try running the following.
$ gem update pione or $ gem1.9 update pione
In case to install directly from github
Download POINE form github.
$ git clone https://github.com/pione/pione.git $ bundle install --path vender/bundle
Setting environment
Run the following for defining variables of PATH and RUBYLIB.
$ cd ${PIONE_REP} $ export PATH=$PWD/bin:$PATH $ export RUBYLIB=$PWD/lib
or running pione/misc/env.sh is able to set the environment.
Install上の問題
現在、LINUX/OS-Xでの動作が確認されています。Windows上ではRubyのThreadの実装の関係で問題が生じます。
それぞれの環境で、git/ruby/gem/bundleなどがインストールされていない場合があります。
gitはそれぞれの環境毎でインストール(apt-get/yumなど)が可能です。ほとんどのパッケージで対応しています。
現在、rubyのバージョンは、1.9.2以上で1.9台を要求しています。2.1にもいずれ対応する予定です。 rubyのバージョンが1.9.1しか対応していないLINUXでは、ソースコードをダウンロードして、インストールする必要があります。その際、ZLIB/YAMLなどが必要になります。まず、そちらをインストールしてから、rubyのconfigure/make/make installを実行して下さい。
gemは、rubygemsをダウンロードしてインストールして下さい。
bundleは、gemからインストールできます。