Self-install-livecd
From Amahi
== Warning: This method is no longer supported == Please use the Full DVD method
Installing an HDA via Live CD
- NOTE: for full install info visit this link
- Download the live CD
- Install to hard disk as you please
- Run the commands below as full root (either diretly or through sudo)
- Switch to the new Fedora 9 keys (long story)
yum -y update fedora-release
- Install HDA release
http://f9.amahi.org/noarch/hda-release-1.0-1.noarch.rpm
(Fedora 12 - 21/12/2009)
rpm -Uvh http://f12.amahi.org/noarch/hda-release-1.0-1.noarch.rpm
- Install all of the HDA RPMs:
yum install -y hdactl
- After this, you have to proceed to configure the HDA
hda-install <install-code>
Please note that this last step installs some Amahi apps, which contains at least one application that is large (60MB), which can take time to load in slower connections. If your line is not very fast, it may appear hung, so be patient.
- It is possible that you may need to install the rest of the HDA apps:
yum install -y "hda-*"
- The quotes are important.
- After install if you cannot access http://hda due to the rails application failing to start run the following commands:
yum -y install fcgi-devel gem install --no-ri --no-rdoc fcgi
