Difference between revisions of "Self-install-existing"
Line 1: | Line 1: | ||
= Installation in an existing Fedora machine = | = Installation in an existing Fedora machine = | ||
− | '''NOTE:''' this is ''' | + | '''NOTE:''' this is '''NOT''' a recommended method to install, unless it's done on a fairly clean install of the distribution. The reason is that some things that may have been done to the machine that may affect the way the HDA behaves. In that case, issues may be harder to debug/fix. The recommended method is doing it [[self-install|from scratch]]. |
Regardless, here are the install instructions, all of them executed as full root (either "su -" or logged in directly as root or as sudo): | Regardless, here are the install instructions, all of them executed as full root (either "su -" or logged in directly as root or as sudo): | ||
Line 18: | Line 18: | ||
3. Now install <code>hda-platform</code> | 3. Now install <code>hda-platform</code> | ||
* <small><code><nowiki>rpm -Uvh --nodeps http://f12.amahi.org/noarch/hda-platform-4.4-7.noarch.rpm</nowiki></code></small> | * <small><code><nowiki>rpm -Uvh --nodeps http://f12.amahi.org/noarch/hda-platform-4.4-7.noarch.rpm</nowiki></code></small> | ||
− | + | ||
− | 4. Start the Amahi installer. | + | 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> | * <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><nowiki>http://localhost:2000</nowiki></code> | <code><nowiki>http://localhost:2000</nowiki></code> | ||
Revision as of 05:57, 14 December 2009
Installation in an existing Fedora machine
NOTE: this is NOT a recommended method to install, unless it's done on a fairly clean install of the distribution. The reason is that some things that may have been done to the machine that may affect the way the HDA behaves. In that case, issues may be harder to debug/fix. The recommended method is doing it from scratch.
Regardless, here are the install instructions, all of them executed as full root (either "su -" or logged in directly as root or as sudo):
Fedora 12
Install the Amahi release for Fedora 12
1. Install the hda-release
rpm -Uvh http://f12.amahi.org/noarch/hda-release-1.0-1.noarch.rpm
2. Install hdactl (64 or 32bit)
- 32bit -
rpm -Uvh --nodeps http://f12.amahi.org/i386/hdactl-2.46-1.i386.rpm
- 64bit -
rpm -Uvh --nodeps http://f12.amahi.org/x86_64/hdactl-2.46-1.x86_64.rpm
3. Now install hda-platform
rpm -Uvh --nodeps http://f12.amahi.org/noarch/hda-platform-4.4-7.noarch.rpm
4. Install dependencies:
yum -y install rubygems ruby-libs ruby-mysql
5. Start the Amahi installer.
service amahi-installer start
6. And last but not least, get the installer going by accessing it with a browser:
http://localhost:2000
Fedora 10
Install the Amahi release for Fedora 10
1. Install the hda-release
rpm -Uvh http://f10.amahi.org/noarch/hda-release-1.0-1.noarch.rpm
2. Install hdactl (64 or 32bit)
- 32bit -
rpm -Uvh --nodeps http://f10.amahi.org/i386/hdactl-2.43-1.i386.rpm
- 64bit -
rpm -Uvh --nodeps http://f10.amahi.org/x86_64/hdactl-2.43-1.x86_64.rpm
3. Now install hda-suite
yum -y install hda-suite
4. And last but not least, install Amahi and answer "yes" to reboot.
hda-install YOURINSTALLCODE
Fedora 9
- First, update to Fedora 9.5 (long story):
yum -y install fedora-release
- Install the Amahi release for Fedora 9
rpm -Uvh http://f9.amahi.org/noarch/hda-release-0.3-1.noarch.rpm
- Then, also as full root (/usr/sbin/hda-install is not in the path otherwise), do this:
yum -y install hda-suite hda-install -f YOURINSTALLCODE
In both cases,
- Replace YOURINSTALLCODE with your install code, obviously
- Report bugs in the platform category!
- Save the output and paste it to the bug report.