Running the Amahi UI standalone

From Amahi Wiki
Revision as of 21:30, 16 February 2009 by Cpg (talk | contribs) (New page: The Amahi UI can be run standalone for development. mysqladmin create demo_development git clone cd platform/platform/html rake db:migrate ./script/server then access things in http...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Amahi UI can be run standalone for development.

mysqladmin create demo_development
git clone
cd platform/platform/html
rake db:migrate
./script/server

then access things in http://localhost:3000


Things that work

Things that do not work

  • updating system settings, like dhcp, dns, networks, aliases, samba configuration, etc.
  • piecharts with disk usage hang the RoR server (!!)