Meditation, Mountains and Machine Learning.
Autotest Notification for Ubuntu
Continuing on from my last post. Not an error this time, just linux specific instructions not given in Michael Hartl’s Ruby on Rails Tutorial.
So to use Autotest you need the following commands:
$ sudo apt-get install libnotify-bin
$ gem install autotest-notification
$ an-install
Done. If you would like to change the icons used they can be found at:
~/.rvm/gems/ruby-<your rails version>@<your project>/gems/autotest-notification-2.2.1/images
For example:
~/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/autotest-notification-2.2.1/images
Thanks to Fred Schoeneman for the handy hints on his blog.
| Print article | This entry was posted by RSJ on January 12, 2011 at 11:42 pm, and is filed under Programming. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 1 year ago
I hadn’t checked out Autotest – it looks great. Thanks for the info!