Difference between revisions of "Amahi 7 full DVD"

From Amahi Wiki
Jump to: navigation, search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{MessageBox|
 +
backgroundcolor = #faa|
 +
image =Warning.png|
 +
heading =WARNING|
 +
message = Amahi 7 for Fedora 19<br />Maintenance Support ONLY!
 +
Please use a supported release!}}
 
Steps for installing Amahi 7 from the full DVD:
 
Steps for installing Amahi 7 from the full DVD:
 
= Prerequisites =
 
= Prerequisites =
* Ensure your system meets the [[Requirements|minimum requirements]] for Amahi before proceeding.
+
* Ensure your system meets the [http://docs.amahi.org/requirements.html minimum requirements] for Amahi before proceeding.
 
* Download the Fedora 19 DVD (the full DVD, netinstall may work, LiveCD may work, but only minimal is supported) for your architecture (32 bits or 64 bits, these apply to both)
 
* Download the Fedora 19 DVD (the full DVD, netinstall may work, LiveCD may work, but only minimal is supported) for your architecture (32 bits or 64 bits, these apply to both)
** [http://mirrors.fedoraproject.org/publiclist/Fedora/19/i386/ Fedora 19 32-bit]
+
** HTTP (Report if links broken):
** [http://mirrors.fedoraproject.org/publiclist/Fedora/19/x86_64/ Fedora 19 64-bit]
+
*** [http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Fedora/i386/iso/Fedora-19-i386-DVD.iso Fedora 19 32-bit]
 +
*** [http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/19/Fedora/x86_64/iso/Fedora-19-x86_64-DVD.iso Fedora 19 64-bit]
 +
** Torrent (request users seed after download):
 +
*** [http://dl.amahi.org/isos/Fedora-19-i386-DVD.torrent Fedora 19 32-bit torrent]
  
 
= Install Fedora =
 
= Install Fedora =
* Install Fedora 19 '''minimal''':
+
* Install Fedora 19 '''minimal''' ('''NOT''' the Desktop):
** boot, choose Install Fedora, choose language; then in software selection choose "minimal install";
+
** Boot, choose Install Fedora, choose language; then in software selection choose '''minimal install'''
** this is '''not''' the default and is at the bottom of the list. Don't forget to remove the DVD after installing and before rebooting.
+
** This is '''NOT''' the default and is at the bottom of the list. Don't forget to remove the DVD after installing and before rebooting.
* Do the selection of the hard drive partitioning that you need
+
* Choose the [[Hard_Drive_Partition_Scheme|hard drive partitioning scheme]]
* Do not change the hostname (it may create issues)
+
* '''DON'T''' change the hostname (it may create issues)
* Click on ``Begin Installation`` and the installer will proceed
+
* Click on ''Begin Installation'' and the installer will proceed
 
* Create a user with a password. Make sure it's an admin user. Recommend creating a root password.
 
* Create a user with a password. Make sure it's an admin user. Recommend creating a root password.
 
* After a minimal install one needs to login as root first (in a text console)
 
* After a minimal install one needs to login as root first (in a text console)
Line 29: Line 38:
 
* If that works, ```and only if that works```, so the Amahi install (also as root; replace YOUR-INSTALL-CODE with the code you set up in Amahi.org):
 
* If that works, ```and only if that works```, so the Amahi install (also as root; replace YOUR-INSTALL-CODE with the code you set up in Amahi.org):
 
   hda-install YOUR-INSTALL-CODE
 
   hda-install YOUR-INSTALL-CODE
* If that fails, check the [[Express CD troubleshooting]] page. For help, please fpaste the log (you may have to yum -y install fpaste). The log should be in
+
* If that fails, check the [[Express_Disc_troubleshooting|Express Disc troubleshooting]] page. For help, please fpaste the log (you may have to yum -y install fpaste). The log should be in
 
   /root/hda-install-*.log
 
   /root/hda-install-*.log
 
* If all goes well, it should tell you to reboot
 
* If all goes well, it should tell you to reboot

Latest revision as of 03:05, 12 November 2018

Warning.png WARNING
Amahi 7 for Fedora 19
Maintenance Support ONLY!

Please use a supported release!


Steps for installing Amahi 7 from the full DVD:

Prerequisites

  • Ensure your system meets the minimum requirements for Amahi before proceeding.
  • Download the Fedora 19 DVD (the full DVD, netinstall may work, LiveCD may work, but only minimal is supported) for your architecture (32 bits or 64 bits, these apply to both)

Install Fedora

  • Install Fedora 19 minimal (NOT the Desktop):
    • Boot, choose Install Fedora, choose language; then in software selection choose minimal install
    • This is NOT the default and is at the bottom of the list. Don't forget to remove the DVD after installing and before rebooting.
  • Choose the hard drive partitioning scheme
  • DON'T change the hostname (it may create issues)
  • Click on Begin Installation and the installer will proceed
  • Create a user with a password. Make sure it's an admin user. Recommend creating a root password.
  • After a minimal install one needs to login as root first (in a text console)
  • Login with the user and become root for the rest of the installation
 sudo su -

Install Amahi

  • Install the Amahi repo by hand with:
  rpm -Uvh http://f19.amahi.org/noarch/hda-release-6.9.0-1.noarch.rpm
  • Get the mariadb base packages (this is to avoid dependency conflicts)
  yum -y install mariadb-libs mariadb-server
  • Try installing both hda-ctl and hda-platform. This should install a lot of dependencies with them
   yum -y install hda-ctl hda-platform
  • If that works, ```and only if that works```, so the Amahi install (also as root; replace YOUR-INSTALL-CODE with the code you set up in Amahi.org):
  hda-install YOUR-INSTALL-CODE
  • If that fails, check the Express Disc troubleshooting page. For help, please fpaste the log (you may have to yum -y install fpaste). The log should be in
 /root/hda-install-*.log
  • If all goes well, it should tell you to reboot

Post Install Notes

  • It will boot with the static IP you preconfigured in the Amahi control panel
  • You can verify if the dashboard is available by accessing from any client using the IP address.
  • 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 to get them to use your Amahi server
  • Your Amahi dashboard should be available at http://hda
  • The first time it will initialize and will ask you to login to create a dashboard password for the admin user you created



Go back to Amahi 7 Installation