Difference between revisions of "Running the Amahi UI standalone"
From Amahi Wiki
Line 15: | Line 15: | ||
* dashboard | * dashboard | ||
− | * | + | * setup (except things don't take effect) |
== Things that do not work == | == Things that do not work == | ||
Line 21: | Line 21: | ||
* piecharts with disk usage hang the RoR server (!!) | * piecharts with disk usage hang the RoR server (!!) | ||
* theme changing | * theme changing | ||
+ | * debug |
Revision as of 21:36, 16 February 2009
The Amahi UI can be run standalone for development.
- mysqladmin create demo_development
- create a user/password for this DB
- git clone the repo
- cd amahi/platform/platform/html
- edit config/database.yml and change the user/password for the development database as you created above
- rake db:migrate
- ./script/server
then access things in http://localhost:3000
Things that work
- dashboard
- setup (except things don't take effect)
Things that do not work
- updating system settings, like dhcp, dns, networks, aliases, samba configuration, etc.
- piecharts with disk usage hang the RoR server (!!)
- theme changing
- debug