Difference between revisions of "UbuntuWorkingNotes"
From Amahi Wiki
(Changes to show problems with the rake db commands.) |
|||
Line 1: | Line 1: | ||
+ | * when ubuntu mysql installs, it sets the sockets to something that Amahi won't recognize. Either the amahi settings need to be changed or the mysql settings need to be changed. | ||
+ | |||
* sudo apt-get install rails. This will fetch ruby and everything else that it needs. | * sudo apt-get install rails. This will fetch ruby and everything else that it needs. | ||
* git clone | * git clone |
Revision as of 16:28, 25 March 2009
- when ubuntu mysql installs, it sets the sockets to something that Amahi won't recognize. Either the amahi settings need to be changed or the mysql settings need to be changed.
- 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