Living on the Edge with Ronin and Sake
Say, do you want to live on the absolute edge of Ronin development? Now you totally can with Sake. Sake, which was written by Chris Wanstrath, stands for System-Wide Rake. With Sake you can install Rake Tasks that can be executed from any directory using the sake command. Using the Ronin development sake script, you can quickly clone, update and install the latest (and sometimes dangerous) Ronin code.
-
Install Git, if you already haven’t:
-
On Debian:
$ sudo apt-get install git-core -
On Fedora:
$ sudo yum install git-core -
On Gentoo:
$ sudo emerge dev-util/git
-
-
Install Sake:
$ sudo gem install sake -
Install the Ronin Sake tasks:
$ sake -i http://ronin.rubyforge.org/svn/ronin-dev.sake -
Clone the Ronin Git repositories:
$ sake ronin:cloneNote: This will create a directory named ‘ronin’ in your current working
directory that contains the Git repositories for Ronin and it’s libraries. -
Install the latest Ronin code:
$ sake ronin:installWarning: Since you are working with the absolutely latest changes, not
everything might work as expected. -
(Optional) Updating the Ronin Git repositories and installing the latest changes:
$ sake ronin:update
$ sake ronin:install
No comments yet
Jump to comment form | comments rss [?] | trackback uri [?]