Difference between revisions of "Amahi 8 Install"

From Amahi Wiki
Jump to: navigation, search
Line 11: Line 11:
 
= Download the Fedora ISO file =
 
= Download the Fedora ISO file =
  
First, download the Fedora 21 Server DVD for 64 bit (1.91GB), preferably using torrents
+
== Minimal (net) Install ==
 +
 
 +
We recommend this method for a quick download and fast installation.
 +
 
 +
Download the Fedora 21 Netinstall CD for 64 bit (424MB), preferably using torrents
 +
 
 +
* Direct HTTP download:
 +
** Primary: [http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/x86_64/iso/Fedora-Server-netinst-x86_64-21.iso Fedora 21 Server 64-bit] (http)
 +
** Alternate: [http://dl.amahi.org/isos/Fedora-Server-netinst-x86_64-21.iso Fedora 21 Netinstall 64-bit] (http)
 +
 
 +
Burn ISO to DVD or you may use [http://unetbootin.sourceforge.net/ UNetbootin] (supports Windows/Linux/Mac OS]) for USB.
 +
 
 +
== Full (DVD) Install ==
 +
 
 +
This is recommended for cases where the Minimal/Netinstall does not work well (e.g. if your hardware needs extra drivers).
 +
 
 +
Download the Fedora 21 Server DVD for 64 bit (1.91GB), preferably using torrents
  
 
* Torrents:
 
* Torrents:
Line 21: Line 37:
 
** Alternate: [http://dl.amahi.org/isos/Fedora-Server-DVD-x86_64-21.iso Fedora 21 Server 64-bit] (http)
 
** Alternate: [http://dl.amahi.org/isos/Fedora-Server-DVD-x86_64-21.iso Fedora 21 Server 64-bit] (http)
  
 +
Burn ISO to DVD and install from it.
  
Burn ISO to DVD or you may use [http://unetbootin.sourceforge.net/ UNetbootin] (supports Windows/Linux/Mac OS]) for USB.
+
== USB Install ==
 +
 
 +
You may use [http://unetbootin.sourceforge.net/ UNetbootin] (supports Windows/Linux/Mac OS]) for USB installs, using the ISO images above.
  
 
= Install =
 
= Install =

Revision as of 01:49, 8 September 2015

NOTES:

  • The only officially supported install media is Fedora 21 Server.
  • Ensure your system meets the minimum requirements for Amahi before proceeding.
  • 32-bit installs are not available nor supported in Amahi 8.
  • You must install Fedora 21 Server prior to installing Amahi 8.

For assistance, visit the Amahi Forums or live support on the Amahi IRC channel.

Download the Fedora ISO file

Minimal (net) Install

We recommend this method for a quick download and fast installation.

Download the Fedora 21 Netinstall CD for 64 bit (424MB), preferably using torrents

Burn ISO to DVD or you may use UNetbootin (supports Windows/Linux/Mac OS]) for USB.

Full (DVD) Install

This is recommended for cases where the Minimal/Netinstall does not work well (e.g. if your hardware needs extra drivers).

Download the Fedora 21 Server DVD for 64 bit (1.91GB), preferably using torrents

Burn ISO to DVD and install from it.

USB Install

You may use UNetbootin (supports Windows/Linux/Mac OS]) for USB installs, using the ISO images above.

Install

Fedora 21

Start with the Fedora 21 Server Install for basic and detailed guidance to complete the installation.

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 Amahi control panel after configuring a profile for the system you are installing, with proper network configuration for your network.

Login with the user created in the Fedora 21 installation and become root for the Amahi installation

 sudo su -

After that, type these commands in the console:

  rpm -Uvh http://f21.amahi.org/noarch/hda-release-6.9.0-1.noarch.rpm
  yum -y install mariadb-libs mariadb-server
  yum -y install hda-ctl hda-platform
  hda-install YOUR-INSTALL-CODE

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 from your Amahi control panel).

If all goes well, it should tell you to reboot!

Once it comes back, you should have a fully functional home server. Next you need to transition your network to use it!

Transitioning to your Amahi server

  • It will boot with the static IP you pre-configured in the Amahi control panel
  • You can verify if the dashboard is available by accessing from any client using the IP address of your server http://IPADDRESS/ or http://hda/ (in some windows clients)
  • It's strongly recommended that you turn off the previous DHCP server and let Amahi handle DHCP so that DNS falls into place
  • Reboot all the clients (or turn off network and turn it back on) to get them to use DHCP leases from your Amahi server
  • The first time it will initialize, ask you to login, and enter a dashboard password for the admin user created earlier
  • Once you reach your dashboard, you should create shares as needed, add more drives, install apps, etc., etc.
  • Optionally refer to Greyhole to install/configure storage pooling.


Go back to the Amahi 8 page.