Difference between revisions of "Fedora 21 Server Install"

From Amahi Wiki
Jump to: navigation, search
Line 110: Line 110:
 
Next you need to [[Amahi_8_Install#Transitioning_to_using_your_Amahi_server|transition]] your network to use it!
 
Next you need to [[Amahi_8_Install#Transitioning_to_using_your_Amahi_server|transition]] your network to use it!
  
== Transitioning to using your Amahi server ==
+
= 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:
 
Once installed, you will want to transition your network to using your Amahi server. Here are some of the things you should know:

Revision as of 03:18, 18 January 2016

Fedora 21 DVD Instructions

This instructions below will guide you through the Fedora 21 Server DVD installation with screen shots and commentary.

Boot Screen

  • Select Install Fedora-Server 21

    SS0-Boot.PNG


Language Selection

  • Choose desired language and select Continue

    SS1-Language.PNG


Installation Summary

  • The INSTALLATION SUMMARY screen will appear. It may take a few minutes to finish Checking software dependencies

    SS2-Install.PNG


  • Once complete, next choose INSTALLATION DESTINATION. This is where you will select the disk drive to use.

    SS3-Install.PNG


Disk Drive Setup

  • Choose the disk drive you want to use for the Fedora installation. If you have more than one disk drive connected, DO NOT select them at this time.

    SS4-Install-Disk.PNG


  • You will notice a check mark on the disk drive selected. Select I will configure partitioning and then choose Done.

    SS5-Install-Disk.PNG


  • Ensure the New mount points will use the following partitioning scheme: is changed to reflect Standard partition. Refer to remove existing disk partitions guidance if you are not using an empty disk drive. Then select Click here to create them automatically.

    SS6-Install-Disk.PNG


  • The disk drive partition should look similar to this setup. For most users, then default partitioning scheme used will suffice. However, you can manually change it using the hard drive partition scheme documentation as a guide. Once complete, choose Done

    SS7-Install-Disk.PNG


  • You will now see SUMMARY OF CHANGES to the disk drive. Choose Accept Changes

    SS8-Install-Disk.PNG


Begin Installation

  • Back to the INSTALLATION SUMMARY and ready to begin installation. Select Begin Installation

    SS9-Install.PNG


Create First Admin User

  • Installation has begun, but we need to create the First Admin User and password (This will be your HDA Login). Ensure you select Make this user administrator check box. Once complete, choose Done. A weak password may require you to select Done twice. DO NOT set the root password.

    SS12-User.PNG


Installation Progress

  • Now all of the configuration steps are complete. Sit back and watch the progress.

    SS13-Install.PNG


Installation Complete

  • Installation is complete. Choose Reboot and remove the installation media.

    SS14-Finished.PNG


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 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

 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 you got when creating a profile at 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

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
  • 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 http://IPADDRESS/ or http://hda/ (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 First Admin User created earlier in the Fedora 21 installation.
  • 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 Install page.