Difference between revisions of "Running the Amahi UI standalone"

From Amahi Wiki
Jump to: navigation, search
(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...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
The Amahi UI can be run standalone for development.
 
The Amahi UI can be run standalone for development.
  
mysqladmin create demo_development
+
* mysqladmin create demo_development
git clone
+
* create a user/password for this DB
cd platform/platform/html
+
* git clone the repo
rake db:migrate
+
* cd amahi/platform/platform/html
./script/server
+
* 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
 
then access things in http://localhost:3000
 
  
 
== Things that work ==
 
== Things that work ==
  
 
+
* dashboard
 +
* setup (except things don't take effect) - skip the piecharts page!
  
 
== Things that do not work ==
 
== Things that do not work ==
 
* updating system settings, like dhcp, dns, networks, aliases, samba configuration, etc.
 
* updating system settings, like dhcp, dns, networks, aliases, samba configuration, etc.
 
* piecharts with disk usage hang the RoR server (!!)
 
* piecharts with disk usage hang the RoR server (!!)
 +
* theme changing
 +
* debug

Latest revision as of 21:38, 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) - skip the piecharts page!

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