Installation of PIONE

From EosPedia
Revision as of 06:03, 25 July 2014 by Kinoshita (Talk | contribs)

Jump to: navigation, search

Installation of PIONE

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.

The problem about install

 Currently, working on LINUX/OS-X is sure. But, There is problems on Windows, in relation to implementation of Ruby's Thread.

 In some environments, git/ruby/gem/bundle it may not have been installed git/ruby/gem/bundle and etc... .

 gitcan be installed in each environment (e.g. apt-get/yum). Most packages are supported.

 Currently, about the version of ruby is 1.9.2 of higher and 1.9-generations required. It is a plan that corresponds to the 2.1 in the future. If your LINUX corresponds only version 1.9 of ruby, you need to download the source code and install. Then, ZLIB/YAML is required. First install those, and next install configure/make/make of ruby.

 About gem, install it by downloading rubygems.

 bundle can be installed by gem.