Difference between revisions of "Amahi 7"

From Amahi Wiki
Jump to: navigation, search
Line 3: Line 3:
 
Amahi 7 is a re-engineering of some of the platform software to support a leap in technologies to the latest and greatest. We expect that there will be a lot of changes.
 
Amahi 7 is a re-engineering of some of the platform software to support a leap in technologies to the latest and greatest. We expect that there will be a lot of changes.
  
= How to get it going =
+
= How to get Amahi running =
  
 
This is based on a bare Fedora 17 '''minimal''' install.
 
This is based on a bare Fedora 17 '''minimal''' install.
Line 29: Line 29:
 
   # this should give you exactly ONE error with missing dependencies: hda-greyhole (if not, let us know!)
 
   # this should give you exactly ONE error with missing dependencies: hda-greyhole (if not, let us know!)
 
   rpm --nodeps -Uvh hdactl-4.2.1-1.x86_64.rpm
 
   rpm --nodeps -Uvh hdactl-4.2.1-1.x86_64.rpm
 +
 +
4) Access <code>http://localhost:2000</code> (or the IP of the machine instead of localhost) and the installer should come up. You may need to reboot to see it, not sure.
 +
 +
5) Create a profile in Amahi.org and get an install code. Punch this in and click on install
 +
 +
6) Report errors
 +
 +
7) If it all worked, reboot and the dashboard should come up at <code>http://hda</code> (or <code>http://IP-OF-THE-MACHINE</code>)
  
 
= New Technology =
 
= New Technology =

Revision as of 10:26, 20 October 2012

Work on Amahi 7 has started. Expected release is November 2012.

Amahi 7 is a re-engineering of some of the platform software to support a leap in technologies to the latest and greatest. We expect that there will be a lot of changes.

How to get Amahi running

This is based on a bare Fedora 17 minimal install.

1) First let's install the dependencies:

  yum -y install bind bind-utils caching-nameserver sudo  dhcp samba httpd
  yum -y install monit perl-Authen-PAM fpaste
  yum -y install ruby-mysql ruby-libs eruby ruby-augeas
  yum -y install ruby-irb ruby-racc rubygem-rdoc eruby-libs
  yum -y install perl-Authen-PAM perl-libwww-perl
  yum -y install cadaver php php-mysql perl-URI filesystem rubygem-passenger

2) Here is one binary, compiled on Fedora 17, for 64bits and only 64bits

  wget http://alpha.amahi.org/tmp/hdactl-4.2.1-1.x86_64.rpm
  rpm -Uvh hdactl-4.2.1-1.x86_64.rpm
  # this should give you exactly TWO errors with missing dependencies: hda-greyhole and hda-platform  (if not, let us know!)
  rpm --nodeps -Uvh hdactl-4.2.1-1.x86_64.rpm

3) In addition, here is the _binary_ for hda-platform, also compiled on Fedora 17, for 64bits and only 64bits, even though it's a noarch rpm. (This is a temporary work-around.)

 wget http://alpha.amahi.org/tmp/hda-platform-6.2.1-1.noarch.rpm
 rpm -Uvh hda-platform-6.2.1-1.noarch.rpm
 # this should give you exactly ONE error with missing dependencies: hda-greyhole (if not, let us know!)
 rpm --nodeps -Uvh hdactl-4.2.1-1.x86_64.rpm

4) Access http://localhost:2000 (or the IP of the machine instead of localhost) and the installer should come up. You may need to reboot to see it, not sure.

5) Create a profile in Amahi.org and get an install code. Punch this in and click on install

6) Report errors

7) If it all worked, reboot and the dashboard should come up at http://hda (or http://IP-OF-THE-MACHINE)

New Technology

  • Using Ruby 1.9.x
  • Using the latest Ruby on Rails (probably 3.2.x)
  • We will try to use the Slim template engine for the platform
  • Based on Fedora 17 (or 18), because ruby 1.9 and RoR 3.x are in by default in it.
    • We're not "abandoning" Ubuntu or "going back" to Fedora. We will attempt to support both. However, Fedora is the first one to bring Ruby 1.9 and RoR 3.x out of the box, so far.

Hopeful Features

  • New disk wizard
  • Widgets
  • Gadgets
  • More modular
  • Faster and more efficient

How to Help

There are several ways to help:

  • If you are a contributor, make sure you get a machine running with Amahi 7 and get your apps to run on it
  • If you want to test the install, get a VM and an ISO file of the base OS and let's test! This is probably the best way to help without deep technical knowledge.
  • If you want to help with the platform, get in the Amahi Mailing list and get some patches going. Ruby and RoR can help here.
  • Testing and porting themes will also help
  • Want to develop a new theme? Check the How to Create a new Theme page
  • Stop by and hang out on our IRC Channel #Amahi on irc.freenode.net