* Go to <code>/path/to/git/clone/platform/platform/html</code>
* Execute <code>rake gadgets:uninstall source=/path/to/the/gadget/source</code>
Step by step tutorial for setting up the new Amahi-7 Ruby on Rails developer code
This tut assumes you have Ruby and rails installed as a normal user and a directory for new projects somewhere in your home directory.
1) download the latest tarball from http://alpha.amahi.org/tmp/
2) extract the tarball into your user folder use tar or your file manager-extract function
3) then cd /amahi-7 ; bundle install; rake db:create; rake db:migrate; rails s
= Tips =