-
Notifications
You must be signed in to change notification settings - Fork 14
How to install
Rodrigo Siqueira de Melo edited this page Feb 11, 2016
·
4 revisions
Basically, you can install and use kuniri in a production or development.
Nowadays, we only have a gem as a production instalation. However, we have already started to pack kuniri (packages)
If you want to install our gem:
gem install kuniri
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