Coder Social home page Coder Social logo

trustifierlabs / fogproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fogproject/fogproject

0.0 2.0 0.0 4.01 GB

An open source computer cloning & management system

License: GNU General Public License v3.0

Shell 10.18% Makefile 0.22% PHP 68.66% CSS 5.52% HTML 0.07% JavaScript 14.05% Awk 0.76% C++ 0.19% C 0.34%

fogproject's Introduction

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.4.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/1.4.0/fog_1.4.0.tar.gz | tar -xzfC fog_1.4.0/

  • SVN svn checkout https://svn.code.sf.net/p/freeghost/code/tags/1.4.0/ fog_1.4.0/

  • git git clone https://github.com/fogproject/fogproject.git fog_1.4.0/

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

Install Development 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/; git checkout dev-branch; 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:

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.