How to install Fog project on Ubuntu 16 04 Desktop



Installing FOG

  • Access the terminal
  • Become root with sudo -i
  • Issue the below commands.
    
apt-get -y update
apt-get -y dist-upgrade
apt-get -y autoclean
apt-get -y autoremove
apt-get -y install git
git clone https://github.com/FOGProject/fogproject.git /root/fogproject
cd /root/fogproject/bin
./installfog.sh

Comments

Popular posts from this blog

How to Install FOG Server on Ubuntu Server 16 04 LTS via SSH