Changes

From Amahi Wiki
Jump to: navigation, search
2,119 bytes removed ,  02:39, 2 October 2018
'''NOTE:''' Desktop will not be supported. '''ONLY''' minimal install option should be selected.
 
== Amahi 11 ==
 
Next, we will install Amahi 11 proper on top of Fedora 27.
<ul>
<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!
12,424

edits