Difference between revisions of "Amahi 8 install via unsupported methods"
From Amahi Wiki
Line 4: | Line 4: | ||
== Live Workstation (DVD) Install == | == Live Workstation (DVD) Install == | ||
− | Download the Fedora 21 Live Workstation | + | Download the Fedora 21 Live Workstation DVD for 64 bit (1.37GB). |
* [http://download.fedoraproject.org/pub/fedora/linux/releases/21/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-21-5.iso Live Workstation 64-bit] (http '''ONLY''') | * [http://download.fedoraproject.org/pub/fedora/linux/releases/21/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-21-5.iso Live Workstation 64-bit] (http '''ONLY''') |
Revision as of 00:23, 9 September 2015
Work In Progress | |
---|---|
This article is currently undergoing major expansion or restructuring. You are welcome to assist by editing it as well. If this article has not been edited in several days, please remove this template. |
The following ISOs are unsupported install methods for installing Fedora 21. Initial testing indicated these appear to work with Amahi 8
Live Workstation (DVD) Install
Download the Fedora 21 Live Workstation DVD for 64 bit (1.37GB).
- Live Workstation 64-bit (http ONLY)
Burn the ISO to DVD, insert the DVD into your server, reboot the system.
- Install, enable, and start OpenSSH server
yum -y install openssh-server
systemctl enable sshd.service
systemctl start sshd.service
- From text console or SSH into OS to complete Amahi Install steps
Live LXDE (CD) Install
Download the Fedora 21 Live LXDE CD for 64 bit (869MB)
Live LXDE 64-bit (http ONLY)
Burn the ISO to CD (or DVD), insert the CD into your server, reboot the system.
- Enable and start OpenSSH server
systemctl enable sshd.service
systemctl start sshd.service
- From text console or SSH into OS to complete Amahi Install steps
USB Install
You may follow the USB Install guidance for USB installs using one of the ISO images above if needed.
Go back to the Amahi 8 page.