Hi! In this video I´ll show you how to install a #FOGserver on an #Ubuntuserver system using #Virtualbox.
Thank you for watching, and remember to KeepSmiling 🙂
The commands used in this video:
1. ssh username@ip-address
2. sudo -i
3. apt-get -y install git
4. sudo -i
5. cd /root
6. git clone https://github.com/FOGProject/fogproject.git
7. cd fogproject
—cd into where you cloned the git repo, e.g. /root/fogproject
8. cd /root/fogproject
—update all branches
9. git fetch –all
—switch to dev-branch
10. git checkout dev-branch
—install FOG server
11. sudo -i
12. cd /root/fogproject/bin
13. ./installfog.sh
DHCP network boot filname for FOG: undionly.kpxe
Links:
https://fogproject.org/
https://github.com/FOGProject/fogproject.git
https://www.virtualbox.org/