Changes

From Amahi Wiki
Jump to: navigation, search
197 bytes removed ,  16:05, 7 November 2010
1. Install the hda-release
* <small><code> rpm -Uvh <latest_rpm repo="amahi-f12" rpm="hda-release" arch="noarch" output="url" /></code></small> 
2. Install hdactl (64 or 32bit)
* 32bit - <small><code> rpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hdactl" arch="i386" output="url" /></code></small>* 64bit - <small><code> rpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hdactl" arch="x86_64" output="url" /></code></small> 
3. Now install <code>hda-platform</code>
* <small><code> rpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hda-platform" arch="noarch" output="url" /></code></small> 
4. Install dependencies:
* <small><code> yum -y install rubygems ruby-libs ruby-mysql</code></small> 
5. Start the Amahi installer.
* <small><code> service amahi-installer start</code></small> 6. And last but not least, get the installer going by accessing it with a browser: <code>at <nowiki>http://localhost:2000</nowiki></code>
Note: If after starting the install via the web interface (<code><nowiki>http://localhost:2000</nowiki></code>) you accidently 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 -Va --nofiles 
To make sure all the dependecies are met.
 
In both cases,
12,424

edits