Difference between revisions of "UbuntuWorkingNotes"

From Amahi Wiki
Jump to: navigation, search
(New page: sudo apt-get install rails. This will fetch ruby and everything else that it needs.)
 
Line 1: Line 1:
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
 +
* cd amahi/platform/platform/html
 +
* rake db:create
 +
* rake db:migrate

Revision as of 19:35, 22 March 2009

  • 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