[go: up one dir, main page]

Menu

[r6054]: / trunk / README.md  Maximize  Restore  History

Download this file

79 lines (43 with data), 2.8 kB

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.3.2)

  1. Install and update your chosen linux server

  2. Download the file(s)

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

  4. tar/zip wget http://downloads.sourceforge.net/project/freeghost/FOG/1.3.2/fog_1.3.2.tar.gz | tar -xzfC fog_1.3.2/

  5. SVN svn checkout https://svn.code.sf.net/p/freeghost/code/tags/1.3.2/ fog_1.3.2/
  6. git git clone https://github.com/fogproject/fogproject.git fog_1.3.2/

  7. Go into the downloaded source/bin folder

  8. cd fog_1.3.2/bin

  9. Run the Install and follow all prompts accordingly

  10. sudo ./installfog.sh

  11. Enjoy

Install Development AKA trunk

  1. Install and update your chosen linux server

  2. Download the file(s)

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

  4. Go into the downloaded source/bin folder

  5. Initial setup

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

  7. git git clone https://github.com/fogproject/fogproject.git trunk/; git checkout dev-branch; cd trunk/bin/

  8. Update setup

  9. svn cd trunk/; svn up; cd bin/

  10. git cd trunk/; git pull; cd bin/

  11. Run the Install and follow all prompts accordingly

  12. Manual prompts (NOTE: Recommended to run this if fresh install)

  13. sudo ./installfog.sh

  14. Auto-Accepted

  15. sudo ./installfog.sh -y

  16. 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:

If you would like to create a pull request, please make the pull request into the dev-branch branch.