Difference between revisions of "Amahi 8"
From Amahi Wiki
Line 21: | Line 21: | ||
= Unsupported Install Media Testing = | = Unsupported Install Media Testing = | ||
# [http://download.fedoraproject.org/pub/fedora/linux/releases/21/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-21-5.iso Workstation Live DVD] Desktop (1.37GB) | # [http://download.fedoraproject.org/pub/fedora/linux/releases/21/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-21-5.iso Workstation Live DVD] Desktop (1.37GB) | ||
− | + | #* Install, enable, and start OpenSSH server | |
− | #* Install and start OpenSSH server | ||
#**<code>yum -y install openssh-server</code> | #**<code>yum -y install openssh-server</code> | ||
#**<code>systemctl enable sshd.service</code> | #**<code>systemctl enable sshd.service</code> | ||
Line 30: | Line 29: | ||
#* Select ''Minimal Install'' | #* Select ''Minimal Install'' | ||
#* May take longer to install depending on internet connection speed as packages are downloaded from Fedora repositories | #* May take longer to install depending on internet connection speed as packages are downloaded from Fedora repositories | ||
+ | #* SSH into OS to complete [[Amahi_8_Install#Amahi|Amahi Install]] steps | ||
+ | # [http://lug.mtu.edu/fedora/linux/releases/21/Live/x86_64/Fedora-Live-LXDE-x86_64-21-5.iso Live LSDE] Desktop (869MB) | ||
+ | #* Enable and start OpenSSH server | ||
+ | #**<code>systemctl enable sshd.service</code> | ||
+ | #**<code>systemctl start sshd.service</code> | ||
#* SSH into OS to complete [[Amahi_8_Install#Amahi|Amahi Install]] steps | #* SSH into OS to complete [[Amahi_8_Install#Amahi|Amahi Install]] steps | ||
<br /> | <br /> | ||
:'''NOTE:''' USB install using the above methods has not been tested. | :'''NOTE:''' USB install using the above methods has not been tested. |
Revision as of 19:45, 7 September 2015
WARNING | |
---|---|
Recommended only for Advanced users, proceed with caution. Amahi 8 IS NOT PRODUCTION ready (ALPHA release ONLY)!
Welcome help with testing and request feedback in bug #1661. |
This page is about the ALPHA release of Amahi 8 (Fedora 21).
Installing Amahi 8 from Scratch
Refer to Amahi 8 Installation for new installs.
Upgrading from Amahi 7
We have tested with a fair bit of success upgrading Amahi 7 to Amahi 8. We have tested with clean versions and fully-updated versions of Amahi 7. If your system is heavily modified, it may not upgrade as well.
See the Amahi 8 Upgrade guidance on how to perform the upgrade.
Again: while this has been tested, we cannot fully guarantee that it will fully work or not cause issues with your current HDA.
Unsupported Install Media Testing
- Workstation Live DVD Desktop (1.37GB)
- Install, enable, and start OpenSSH server
yum -y install openssh-server
systemctl enable sshd.service
systemctl start sshd.service
- SSH into OS to complete Amahi Install steps
- Install, enable, and start OpenSSH server
- Server Netinstall CD Headless (424MB)
- Select Minimal Install
- May take longer to install depending on internet connection speed as packages are downloaded from Fedora repositories
- SSH into OS to complete Amahi Install steps
- Live LSDE Desktop (869MB)
- Enable and start OpenSSH server
systemctl enable sshd.service
systemctl start sshd.service
- SSH into OS to complete Amahi Install steps
- Enable and start OpenSSH server
- NOTE: USB install using the above methods has not been tested.