Changes

From Amahi Wiki
Jump to: navigation, search
== Fedora 12 ==
1. Install the hda-release
{{Code|rpm -Uvh <latest_rpm repo="amahi-f12" rpm="hda-release" arch="noarch" output="url" />}}
2. Install hdactl (64 or 32bit)
* 32bit
rpm {{Coderpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hdactl" arch="i386" output="url" />}}
* 64bit
{{Code|rpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hdactl" arch="x86_64" output="url" />}}
3. Now install <code>hda-platform</code>
{{Code|rpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hda-platform" arch="noarch" output="url" />}}
4. Install dependencies:
{{Code|yum -y install rubygems ruby-libs ruby-mysql}}
5. Start the Amahi installer.
{{Code|service amahi-installer start}}6. And last but not least, get the installer going by accessing it with a browser at <nowiki>{{Link|http://localhost:2000</nowiki>}}
'''NOTE:''' If after starting the install via the web interface (<nowiki>http://localhost:2000</nowiki>) you accidently accidentally kill the terminal window in which you started the 'service ' from, it does appear to complete OK.
From time to time this method may miss some dependencies. At the end, try this as root:
rpm {{Code|pm -Va --nofiles}}
In both cases,
12,424

edits