Difference between revisions of "Installation"

From FOG Project
Jump to: navigation, search
m (Uncle-frank moved page Template:Installation to Installation without leaving a redirect)
Line 1: Line 1:
*Ubuntu
+
== OS selection ==
*#[[Ubuntu 14.04|Ubuntu 14.10]] <span style="background-color:Yellow;"><span style="color:Black">(Buggy)</span></span>
+
Blaa blaa, we don't recommend. Choose whichever you feel good with and have knowledge about!
*#[[Ubuntu 14.04]]
 
*#[[Ubuntu 12.04|Ubuntu 13.10]]
 
*#[[Ubuntu 12.04|Ubuntu 13.04]]
 
*#[[Ubuntu 12.04|Ubuntu 12.10]]
 
*#[[Ubuntu 12.04]]
 
*#[[Ubuntu 11.04]]
 
*#[[Ubuntu 10.10]]
 
*#[[Ubuntu 10.04|Ubuntu 10.04]]
 
*#[[Ubuntu 9.04|Ubuntu 9.04]]
 
*#Ubuntu 8.10
 
*#Ubuntu 8.04
 
*#[[Installation on 7.10|Ubuntu 7.10]]
 
*#[[Ubuntu and OpenVZ]]
 
*Fedora
 
*#Fedora 7
 
*#[[Installation on Fedora 8| Fedora 8]]
 
*#Fedora 9
 
*#Fedora 10
 
*#Fedora 11
 
*#[[Installation on Fedora 13|Fedora 13]]
 
*#Fedora 14
 
*#[[Fedora_21_Server|Fedora 21 Server]]
 
*#[[Fedora 23 Server]]
 
*Debian
 
*#[[Installation on Debian Lenny|Debian Wheezy]]
 
*#[[Installation on Debian Lenny|Debian Squeeze]]
 
*#[[Installation on Debian Lenny|Debian Lenny]]
 
*CentOS
 
*#[[CentOS 7| CentOS 7]]
 
*#[[Installation on CentOS 6.4|CentOS 6.4]] (CentOS 6.5 also works)
 
*#[[Installation on CentOS 5.3|CentOS 5.3]] (CentOS 5.4 & 5.5 also covered)
 
*Red Hat
 
*#Red Hat Enterprise Linux (RHEL) - 5.3
 
  
*Virtual machines
+
 
*#[[Running pre-built virtual machines in Virtualbox|FOG 0.30 VM - Virtualbox]]
+
== Requirements ==
*#[[Installation on VMWare 0.27|FOG 0.27 VM - VMWare]]
+
This listing is for informational purposes only, as the required components will be automatically downloaded and installed by the FOG installation script: PHP 5/6/7, MySql 5+, Apache 2+
 +
 
 +
The LAMP setup can also be easily adjusted for a "WAMP (Windows Apache MySQL PHP) system" though will require a bit more knowledge of what packages to use and how to integrate with the FOG system.
 +
 
 +
 
 +
== VM settings ==
 +
Hyper-V
 +
KVM
 +
VMWare
 +
VirtualBox
 +
QEMU
 +
VMWare Player
 +
Xen
 +
* [[Ubuntu and OpenVZ]]
 +
* [[Running pre-built virtual machines in Virtualbox|FOG 0.30 VM - Virtualbox]]
 +
* [[Installation on VMWare 0.27|FOG 0.27 VM - VMWare]]
 +
 
 +
 
 +
== Security ==
 +
Firewalld
 +
iptables
 +
SELinux
 +
 
 +
 
 +
== Getting FOG ==
 +
svn git, tar.gz
 +
 
 +
 
 +
== Installer options ==
 +
Full Server
 +
Storage Node
 +
/opt/fog/.fogsettings
 +
Backups!!
 +
 
 +
 
 +
== Installation manuals ==
 +
=== CentOS ===
 +
[[CentOS 7| CentOS 7]],
 +
[[Installation on CentOS 6.4|CentOS 6.4]] (CentOS 6.5 also works),
 +
[[Installation on CentOS 5.3|CentOS 5.3]] (CentOS 5.4 & 5.5 also covered)
 +
 
 +
 
 +
=== Debian ===
 +
[[Installation on Debian Lenny|Debian Wheezy]],
 +
[[Installation on Debian Lenny|Debian Squeeze]],
 +
[[Installation on Debian Lenny|Debian Lenny]]
 +
 
 +
 
 +
=== Fedora ===
 +
[[Fedora 23 Server]],
 +
[[Fedora_21_Server|Fedora 21 Server]],
 +
Fedora 14,
 +
[[Installation on Fedora 13|Fedora 13]],
 +
Fedora 11,
 +
Fedora 10,
 +
Fedora 9,
 +
[[Installation on Fedora 8| Fedora 8]],
 +
Fedora 7
 +
 
 +
 
 +
=== RHEL ===
 +
TBA
 +
 
 +
 
 +
=== Ubuntu ===
 +
[[Ubuntu 14.04|Ubuntu 14.10]] <span style="background-color:Yellow;"><span style="color:Black">(Buggy)</span></span>,
 +
[[Ubuntu 14.04]],
 +
[[Ubuntu 12.04|Ubuntu 13.10]],
 +
[[Ubuntu 12.04|Ubuntu 13.04]],
 +
[[Ubuntu 12.04|Ubuntu 12.10]],
 +
[[Ubuntu 12.04]],
 +
[[Ubuntu 11.04]],
 +
[[Ubuntu 10.10]],
 +
[[Ubuntu 10.04|Ubuntu 10.04]],
 +
[[Ubuntu 9.04|Ubuntu 9.04]],
 +
Ubuntu 8.10,
 +
Ubuntu 8.04,
 +
[[Installation on 7.10|Ubuntu 7.10]]
 +
 
 +
 
 +
== Troubleshooting ==
 +
IMPORTANT, what to do when the installer fails? Where are the logs?

Revision as of 22:56, 9 March 2016

OS selection

Blaa blaa, we don't recommend. Choose whichever you feel good with and have knowledge about!


Requirements

This listing is for informational purposes only, as the required components will be automatically downloaded and installed by the FOG installation script: PHP 5/6/7, MySql 5+, Apache 2+

The LAMP setup can also be easily adjusted for a "WAMP (Windows Apache MySQL PHP) system" though will require a bit more knowledge of what packages to use and how to integrate with the FOG system.


VM settings

Hyper-V KVM VMWare VirtualBox QEMU VMWare Player Xen


Security

Firewalld iptables SELinux


Getting FOG

svn git, tar.gz


Installer options

Full Server Storage Node /opt/fog/.fogsettings Backups!!


Installation manuals

CentOS

CentOS 7, CentOS 6.4 (CentOS 6.5 also works), CentOS 5.3 (CentOS 5.4 & 5.5 also covered)


Debian

Debian Wheezy, Debian Squeeze, Debian Lenny


Fedora

Fedora 23 Server, Fedora 21 Server, Fedora 14, Fedora 13, Fedora 11, Fedora 10, Fedora 9, Fedora 8, Fedora 7


RHEL

TBA


Ubuntu

Ubuntu 14.10 (Buggy), Ubuntu 14.04, Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Ubuntu 11.04, Ubuntu 10.10, Ubuntu 10.04, Ubuntu 9.04, Ubuntu 8.10, Ubuntu 8.04, Ubuntu 7.10


Troubleshooting

IMPORTANT, what to do when the installer fails? Where are the logs?