Changes

From Amahi Wiki
Jump to: navigation, search
2,113 bytes added ,  02:50, 16 January 2016
no edit summary
* Capability to rename server (Samba) to something other than \\HDA ([https://bugs.amahi.org/issues/1898 Bug #1898])
== Installing Amahi 9 Beta from Scratch ==
=== Install Fedora 23 ===
'''NOTE:''' <code>yum</code> (deprecated) has been replaced with <code>dnf</code> as the Fedora package manager.
== Upgrading Amahi 8 to Amahi 9 Beta ==
=== Preparation ===
We '''recommend you turn on a temporary DHCP server''', (e.g. in your router) since the network may go down for the duration of the actual upgrade.
 
All commands are executes as <code>root</code> user or precede commands with <code>sudo</code>
* Apps should be uninstalled to ensure success
* Ensure you have your data backed up as a precaution
* Update everything in the system:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
yum -y update
</div>
* Reboot to pick up new kernels, etc:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
shutdown -r now
</div>
* Update everything in the system again:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
yum -y update
</div>
* If there are any updates, do it again. If there are new kernels, reboot:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
shutdown -r now
</div>
* Follow with the upgrade below
=== Execution ===
Install the upgrade tool:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
sudo yum -y install fedup
</div>
Do the live update over the network:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
sudo fedup --network 23 --product=server
</div>
 
If the upgrade does not let you due to issues with (for example) extra packages aded by Amahi-installed apps, you may want to add --nogpgcheck option, i.e.
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
sudo fedup --network 23 --product=server --nogpgcheck
</div>
== Testing ==
=== Applications ===
12,424

edits