Changes

From Amahi Wiki
Jump to: navigation, search
1,857 bytes removed ,  23:01, 17 January 2016
no edit summary
You may follow the [[USB Install]] guidance for USB installs using one of the ISO images above if needed.
 
== Install Amahi 8 ==
 
Next, install Amahi 8 proper on top of Fedora 21.
 
You need to obtain an install code (denoted YOUR-INSTALL-CODE below) from the [https://www.amahi.org/users Amahi control panel] after configuring a profile for the system you are installing, with '''proper network configuration''' for your network.
 
From text console or using SSH, login with the user created in the Fedora 21 installation and become ''root'' for the Amahi installation<br />
 
''CD Install''
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
su -
</div>
''DVD Install''
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
sudo su -
</div>
 
After that, type these commands in the console:
 
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
<nowiki>rpm -Uvh http://f21.amahi.org/noarch/hda-release-6.9.0-1.noarch.rpm</nowiki>
yum -y install mariadb-libs mariadb-server
yum -y install hda-ctl hda-platform
hda-install YOUR-INSTALL-CODE
</div>
What this does is this: Installs the Amahi F21 repo, gets the mariadb base packages to avoid dependency conflicts, and installs base Amahi packages (that part should install several packages).
 
If there are no errors, install Amahi (replace ''YOUR-INSTALL-CODE'' above with install code you got when creating a profile at [https://www.amahi.org/users your Amahi control panel]).
 
If all goes well, it should tell you to reboot. Go ahead and reboot!
 
Once it comes back from the reboot, you should have a fully functional home server using the IP address you set up in your network!
 
Next you need to transition your network to use it!
== Transitioning to using your Amahi server ==
12,424

edits