Difference between revisions of "Ubuntu 16.04 Server"
Line 3: | Line 3: | ||
Notes: | Notes: | ||
+ | |||
+ | = Settings = | ||
set a hostname, recommeded name is <font color="red">fog-server</font>, however you can set this as anything you want. | set a hostname, recommeded name is <font color="red">fog-server</font>, however you can set this as anything you want. | ||
Line 17: | Line 19: | ||
= Partitioning = | = Partitioning = | ||
+ | |||
+ | |||
+ | External Video Link: | ||
+ | |||
+ | [https://youtu.be/1i41-5FuSmI Ubuntu 16 04 Server - Optimal FOG Partitioning] | ||
+ | |||
+ | Video: | ||
+ | |||
+ | <embedvideo service="youtube">https://youtu.be/1i41-5FuSmI</embedvideo> | ||
+ | |||
+ | = Other Settings = | ||
+ | |||
no automatic updates (optional). | no automatic updates (optional). |
Revision as of 02:48, 18 November 2016
Article under construction. Written for FOG Trunk, which will be the future 1.3.0 release.
Notes:
Settings
set a hostname, recommeded name is fog-server, however you can set this as anything you want.
set a username, recommended name is YOUR first name, or "admin". Do not use "fog"!
Set a password for this account.
verify password.
Encryption - optional, but not recommended.
Set a timezone because FOG Scheduled Tasks are dependent on the system time being correct.
Partitioning
External Video Link:
Ubuntu 16 04 Server - Optimal FOG Partitioning
Video:
Other Settings
no automatic updates (optional).
set "standard system utilities" to not be installed (optional, but this tutorial is aimed to be as minimal as possible).
set "OpenSSH server" to be installed (optional but required for remote management. Can be installed later).
Installing FOG
- Access the terminal
- Become root with sudo -i
- Issue the below commands.
apt-get update -y apt-get upgrade -y apt-get dist-upgrade -y apt-get install git -y git clone https://github.com/FOGProject/fogproject.git /root/fogproject cd /root/fogproject/bin ./installfog.sh