Skip to content
Rodrigo Siqueira de Melo edited this page Feb 8, 2016 · 4 revisions

Production

Gem

If you want to install our gem, just use:

gem install kuniri

Development

We recommend to you, installing any ruby program in "Ruby Version Manager" (RVM). If you need help to install it, check this link (Install RVM).

After you configure your RVM (or any other environment you like), you have to install all the required gems.

bundle install

Finally, install Kuniri:

rake install

After installing you can check the commands with

kuniri -h
Clone this wiki locally