Difference between revisions of "Amahi 11"

From Amahi Wiki
Jump to: navigation, search
Line 70: Line 70:
 
'''NOTE:'''  Desktop will not be supported.  '''ONLY''' minimal install option should be selected.
 
'''NOTE:'''  Desktop will not be supported.  '''ONLY''' minimal install option should be selected.
  
==Amahi 11==
+
= Install Amahi 11 =
Should be able to follow the [[Amahi_10_Install#Install_Amahi_10|Install Amahi 10]] guidance, except two things:
 
  
* Using ''f27'' in the following line as follows (instead of ''f25'' for Amahi 10):
+
Next, we will install Amahi 11 proper on top of Fedora 27.
<nowiki>rpm -Uvh http://f27.amahi.org/noarch/hda-release-10.5.0-1.noarch.rpm</nowiki>
+
<ul>
* Using -i with hda-install when using an install code, i.e. <code>hda-install -i INSTALL_CODE</code>
+
<li>When you reboot you will see a black screen with no graphics and a "localhost login" text prompt. Login into that that console directly with the user and password you created in the Fedora 27 installation. (You can also use SSH to login remotely from a client if you know how)
 +
 +
<br><br>
 +
 
 +
:'''NOTE:'''  Passwords do not echo characters on the screen.
 +
 
 +
<li>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.<br><br>
 +
 
 +
<li>From text console or using SSH (logged in with the user created in the Fedora 27 installation), become ''root'' for the Amahi installation.  When prompted for a password, it's your user password you set in the Fedora 27 install.<br />
 +
 
 +
<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>
 +
 
 +
<li>After that, type these three separate commands (one per line) 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://f27.amahi.org/noarch/hda-release-10.5.0-1.noarch.rpm</nowiki>
 +
  dnf -y install hda-ctl
 +
  hda-install -i YOUR-INSTALL-CODE
 +
</div>
 +
</ul>
 +
What this does is installs the Amahi F27 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!
  
 
=Upgrade from Fedora 25=
 
=Upgrade from Fedora 25=

Revision as of 12:21, 11 September 2018

Warning.png WARNING
This beta software. We intend to make it automatically upgrade to the official Amahi 11 release. If you install, per report your results in the forums at https://forums.amahi.org

See Amahi Docs for the officially supported version, Amahi 10 on Fedora 25.



Objective

Develop and test installation of Amahi 11 with Fedora 27 for the next Amahi release.

To Do

  • Create Amahi repo
  • Create apps (convert F26 to F27 in store)
  • Test Apps
  • Build Amahi-specific RPMs:
    • amahi-anywhere
    • amahi-greyhole
    • amahi-plex
    • amahi-sync
    • amahi-netboot
  • Add to Amahi repo
    • netatalk (Bug #2300)
    • RPM Fusion Free
    • RPM Fusion Non-Free
    • HandBrake-cli
  • Test Netinstall method
  • Build apps testbot
  • Test upgrade (26 to 27)
  • Custom Fedora 27 CD with Kickstart (Bug #2309)

Recommended Changes

New Features

  • App Install Failure Link (Bug #1918)
  • Option to add to Samba Global settings (Bug #1341)
  • Log view in Dashboard App/Server Tab (Bug #2108)
  • Capability to rename server (Samba) to something other than \\HDA (Bug #1898)
  • Add access control for all users in the system (Bug #2099)
  • Simple setup for remote access of Web Apps (Bug #1859)
  • IPv6 support (Bug #1122)
  • Multiple install of web apps (Bug #1939)
  • Using wildcard DNS aliases (Bug #1721)
  • Inform user of app upgrade via dashboard (Bug #1512)
  • Add 7 Zip Archiver (Bug #1934)
  • Wake-on-LAN capability (Bug #2253)
  • Run PHP 5 apps in a container (Bug #2250)

Bug Fixes

  • Clean up hda-install (Bug #2122)
  • Webapps and dns aliases get stuck after a bad app install (Bug #1586)
  • Samba Config Errors (Bug #1841)
  • DNS bug block website plex.tv if Fixed IP host name is "TV" Reproducable with other domains (Bug #1896)
  • Deleting user does not delete their home directory (Bug #1844)
  • HDA File Search (Bug #1786)
  • Access control not working if proxypass is used (Bug #2015)

Install from Scratch

Download the Fedora 27 Workstation Netinstall CD for 64 bit (484MB, Checksum SHA1 10957f5e347c9ef9d0d41faee13e60c808226f7c).


Burn the ISO to CD/DVD, insert the media into your server, and reboot the system.

NOTE: you can use the Fedora Media Writer for Mac, Windows or Linux to easily get the ISO image to a USB flash disk.

Fedora 27

May be able to follow the Install Fedora 25 guidance with the Fedora 27 Media. There may be some minor differences.

NOTE: Desktop will not be supported. ONLY minimal install option should be selected.

Install Amahi 11

Next, we will install Amahi 11 proper on top of Fedora 27.

  • When you reboot you will see a black screen with no graphics and a "localhost login" text prompt. Login into that that console directly with the user and password you created in the Fedora 27 installation. (You can also use SSH to login remotely from a client if you know how)

    NOTE: Passwords do not echo characters on the screen.
  • 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 (logged in with the user created in the Fedora 27 installation), become root for the Amahi installation. When prompted for a password, it's your user password you set in the Fedora 27 install.
     sudo su -
    
  • After that, type these three separate commands (one per line) in the console:
      rpm -Uvh http://f27.amahi.org/noarch/hda-release-10.5.0-1.noarch.rpm
      dnf -y install hda-ctl
      hda-install -i YOUR-INSTALL-CODE
    

What this does is installs the Amahi F27 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!

Upgrade from Fedora 25

Should be able to follow the Amahi 10 Upgrade page with this (as root, on the console, preferably, or via ssh and sudo):

dnf install dnf-plugin-system-upgrade
dnf system-upgrade download --refresh --releasever=27
dnf system-upgrade reboot

NOTE: This is untested.

Application Testing (Grinder)

NO applications have been tested.

Development Notes

Test upgrade of Amahi on Fedora 27 (Bug #2295)