Changes

From Amahi Wiki
Jump to: navigation, search
29 bytes added ,  00:50, 16 September 2012
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/ <br/>2) extract the tarball into your user folder use tar or your file manager-extract function <br/>3) then cd /amahi-7 ; bundle install; rake db:create; rake db:migrate; rails s <br/>4) After that go to your browser and do the below: <br/>
The development dashboard can be reached with your favorite browser using the link <code>http://ip.addr.of.dev:3000</code>
10

edits