Changes

From Amahi Wiki
Jump to: navigation, search
64 bytes added ,  03:05, 12 November 2018
no edit summary
{{MessageBox|
backgroundcolor = #faa|
image =Warning.png|
heading =WARNING|
message = Amahi 8 for Fedora 21<br />Maintenance Support ONLY!
Please use a supported release!<br />}}
__TOC__
'''NOTES:'''
* The only '''officially supported''' install media is Fedora 21 Server.* Ensure your system meets the [[Requirements|http://docs.amahi.org/requirements.html minimum hardware requirements]] for Amahi before proceeding.
* 32-bit installs '''are not''' available nor supported in Amahi 8.
* '''NOT ALL''' apps available in Amahi 7 are fully operational for Amahi 8. Check the [https://www.amahi.org/apps App Store] before proceeding.
= Install Fedora 21 =
There are two ways to install Fedora: Minimal (CD), so-called Netinstall, which is recommended, and the [[Fedora_21_Server_Install|Full (DVD) install ]] for cases that need more additional hardware support.
== Minimal (CD) Install ==
=== Download Fedora 21 ===
We recommend this method for a quick download and fast installation.
* Download the Fedora 21 Netinstall CD for 64 bit (424MB). ** Primary: [http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/x86_64/iso/Fedora-Server-netinst-x86_64-21.iso Fedora 21 Netinstall 64-bit] (http)** Alternate: [httphttps://dl.amahifedoraproject.org/isospub/fedora/linux/releases/21/Server/x86_64/iso/Fedora-Server-netinst-x86_64-21.iso Fedora 21 Netinstall 64-bit] (http)  Burn the ISO to CD (or DVD), insert the media into your server, reboot the system, and follow the instructions below. <center>{{MessageBox|backgroundcolor = #faa|image =Warning.png|heading =WARNING|message = Due to a Fedora 21 upstream updates, please follow guidance in [https://bugs.amahi.org/issues/1871 Amahi Bug #1871] after completing the install steps below.}}</center>
===* Burn the ISO to CD (DVD or [[USB Install Instructions===|USB]]), insert the media into your server, and reboot the system.
This * These instructions below will guide you through the Fedora 21 Netinstall CD installation with screen shots and commentary. Click '''[Expand]''' to show a screen shot and '''[Collapse]''' to hide it.
== Boot Screen ==
</div><br></li>
</ul>
 
== Post Install ==
 
'''NOTE: This is only for advanced users that every need to use SSH to remotely connect to the command line in Linux.'''
 
Due to Fedora 21 upstream updates, please execute the steps below from the console prior to installing Amahi 8:
 
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
su -
chmod 600 /etc/ssh/ssh_host_ecdsa_key
chmod 600 /etc/ssh/ssh_host_ed25519_key
chmod 600 /etc/ssh/ssh_host_rsa_key
systemctl restart sshd
</div>
 
 
Ref: [https://bugs.amahi.org/issues/1871 Amahi Bug #1871]
= Install Amahi 8 =
<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 rsyslog avahi
yum -y install hda-ctl hda-platform
hda-install YOUR-INSTALL-CODE
Next you need to transition your network to use it!
= Transitioning to using your Amahi server =
Once installed, you will want to transition your network to using your Amahi server. Here are some of the things you should know:
* Your server will boot with the static IP you pre-configured in the Amahi control panel
* This is a headless server, therefore it will boot to a text console. There is no desktop user interface.
* It's strongly recommended you follow the [[transition to Amahi]] HDA guide to get your network fully working properly
* You can verify if the dashboard is available by accessing it from any client using the IP address of your server '''<nowiki>http://IPADDRESS/</nowiki>''' or '''<nowiki>http://hda/</nowiki>''' (in most Windows clients this works even without DNS from your HDA)
* The first time it will initialize, ask you to login, and enter a dashboard password. This is the [[Fedora_21_Minimal_Install#Create_First_Admin_User|First Admin User created]] earlier in the Fedora 21 installation.
* Once you reach your [[Setup|dashboard]], you should [[Storage_and_file_sharing|create shares]] as needed, [[Adding_a_second_hard_drive_to_your_HDA|add more drives]], install apps, etc., etc.
* Optionally refer to [[Greyhole#Amahi_7.2F8|Greyhole]] to install/configure storage pooling.
= Reference =
Refer to the [[HDA Admin How To]] page for Amahi Server administrator guidance.
 
== Full (DVD) Install ==
 
This is only recommended for cases where the Minimal install does not work well (e.g. if your hardware needs extra drivers).
 
== USB Install ==
 
You may follow the [[USB Install]] guidance for USB installs using one of the ISO images above if needed.
 
= Troubleshooting =
 
Visit the [[troubleshooting]] page if you find yourself in trouble.
 
= Reference =
Refer to the [[HDA Admin How To]] page for Amahi Server administrator guidance.
 
 
Go back to the [[Amahi 8]] page.
12,424

edits