Skip to content

An open source computer cloning & management system

License

Notifications You must be signed in to change notification settings

RichardRay/fogproject

 
 

Repository files navigation

FOGProject starting point

Introduction

FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes features like memory and disk test, disk wipe, av scan & task scheduling.

Install Stable (1.2.0)

  1. Install and update your chosen linux server

  2. Download the file(s)

  • All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer;

  • tar/zip wget http://downloads.sourceforge.net/project/freeghost/FOG/fog_1.2.0/fog_1.2.0.tar.gz | tar -xzfC trunk/

  • SVN svn checkout https://svn.code.sf.net/p/freeghost/code/tags/1.2.0/ fog_1.2.0/

  • git There currently is no easy method to use GIT to install FOG version 1.2.0

  1. Go into the downloaded source/bin folder
  • cd trunk/bin
  1. Run the Install and follow all prompts accordingly
  • sudo ./installfog.sh
  1. Enjoy

Install Development (1.3.0-dev) AKA trunk

  1. Install and update your chosen linux server

  2. Download the file(s)

  • All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer;
  1. Go into the downloaded source/bin folder
  • Initial setup

  • svn svn checkout https://svn.code.sf.net/p/freeghost/code/trunk trunk/; cd trunk/bin/

  • git git clone https://github.com/fogproject/fogproject.git trunk/; cd trunk/bin/

  • Update setup

  • svn cd trunk/; svn up; cd bin/

  • git cd trunk/; git pull; cd bin/

  1. Run the Install and follow all prompts accordingly
  • Manual prompts (NOTE: Recommended to run this if fresh install)

  • sudo ./installfog.sh

  • Auto-Accepted

  • sudo ./installfog.sh -y

  1. Enjoy

All should now be installed and you can start configuring and registering systems. Please see: http://fogproject.org/wiki/index.php/Managing_FOG to assist you in setting up further.

There are many resources for assistance.

Development

Download the source with either git or SVN and checkout the dev-branch for the latest code or a more specific feature branch you would like to help work on.

As you are running a development branch, please post bugs to either:

About

An open source computer cloning & management system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 60.2%
  • JavaScript 18.4%
  • Shell 12.7%
  • CSS 7.1%
  • C 0.5%
  • Awk 0.4%
  • Other 0.7%