Changes

From Amahi Wiki
Jump to: navigation, search
448 bytes added ,  20:58, 18 June 2009
added a "how to install on desktop edition" part
* rake db:migrate
* ./script/server This should now make the Amahi dashboard work. Not much else will, but it's a start.
 
 
== Installing on a Ubuntu 9.04 desktop edition ==
* sudo su
* apt-get install rails git-core mysql-server mysql-client
>> set mysql password to "hda"
* cd amahi/platform/platform/html
* gem install -v=2.1.1 rails
* rake db:create
* rake db:migrate
* ./script/server
 
This should start the HTTP server on your machine, accessible through http://localhost:3000/
For now it displays an error on my machine (NoMethodError in FrontController#index).
3

edits