Changes

From Amahi Wiki
Jump to: navigation, search
589 bytes added ,  00:45, 16 September 2012
= How to Get Amahi Edge Running =
 
 
The below is old info for Amahi 6:
First you need to get the latest git repository (see how on the [[Contribute]]-page)
<code>./script/server</code>
 
THIS is the new steps for Amahi 7:
 
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
4) After that go to your browser and do the below:
The development dashboard can be reached with your favorite browser using the link <code>http://ip.addr.of.dev:3000</code>
10

edits