Coder Social home page Coder Social logo

0x41c / fogproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fogproject/fogproject

0.0 0.0 0.0 850.94 MB

An open source computer cloning & management system

Home Page: https://fogproject.org

License: GNU General Public License v3.0

Shell 5.59% JavaScript 14.50% C 0.42% PHP 74.53% CSS 1.09% Makefile 0.02% HTML 0.06% Less 1.88% SCSS 1.90% Awk 0.01%

fogproject's Introduction

FOGProject starting point

Introduction

FOG is a free open-source cloning/imaging/rescue suite/inventory management system. FOG can be used to image Windows XP, Vista, Windows 7, Window 8/8.1, and Windows 10, Windows 11 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, inventory management, remote deployment of OS's, and remote installation of software packages. Features can be triggered through the web GUI, once the client machine has been registered with FOG.

Install stable version

  1. Install and update your linux server distro

  2. Download the installation 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;

    • ZIP archive wget https://github.com/FOGProject/fogproject/archive/master.zip; unzip master.zip

    • TAR/GZ archive wget https://github.com/FOGProject/fogproject/archive/master.tar.gz; tar xzf master.tar.gz

    • git git clone https://github.com/fogproject/fogproject.git fogproject-master

  1. Run the install script as root and follow all prompts accordingly
sudo -i
cd /path/to/fogproject-master/bin
./installfog.sh
  1. You should now be ready to use FOG

Install latest development version

  1. Install and update your linux server distro

  2. Download the installation file(s)

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

    • git git clone https://github.com/fogproject/fogproject.git fogproject-dev-branch; cd fogproject-dev-branch; git checkout dev-branch (recommended if you want to keep up with current developments!

    • ZIP archive wget https://github.com/FOGProject/fogproject/archive/dev-branch.zip; unzip dev-branch.zip

    • TAR/GZ archive wget https://github.com/FOGProject/fogproject/archive/dev-branch.tar.gz; tar xzf dev-branch.tar.gz

  1. Run the install script as root and follow all prompts accordingly
sudo -i
cd /path/to/fogproject-dev-branch/bin
./installfog.sh
  1. You should now be ready to use FOG

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 git and checkout the branch dev-branch for the latest code or a more specific feature branch you would like to help work on.

For further details please check out the information on contributing to the project.

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.