UbuntuWorkingNotes

From Amahi Wiki
Revision as of 16:36, 25 March 2009 by Lostogre (talk | contribs) (update to rake db: problems)
Jump to: navigation, search
  • when ubuntu mysql installs, it sets the sockets to something that Amahi won't recognize. Either the amahi settings need to be changed (preferable) or the mysql settings need to be changed (haven't made this work yet).
  • sudo apt-get install rails. This will fetch ruby and everything else that it needs.
  • git clone
  • cd amahi/platform/platform/html
  • rake db:create
  • rake db:migrate