Main Page: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
(cleanup)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hello and welcome to the FAI wiki.
This is a public wiki for users and developers of FAI.


This is a public wiki for [http://fai-project.org FAI - Fully Automatic Installation].
= About FAI =
It is a place for users and developers of FAI to share information. If you have some information on FAI to share, please register [[wiki registration]]. Also, please read [[editing rules]].


= About FAI =
FAI is a tool for fully automatic installation of Debian and other Linux Distributions via network, custom install CD, or into a chroot environment.


FAI is a tool for fully automatic (unless you explicitly wish to get some questions on each install) installation of Debian and other Linux Distributions via network, custom install cd, or into a chroot environment. Some people also use it to install Windows.
FAI works script-based as opposed to full image based - so it is very flexible, and can be used to install very heterogeneous infrastructures. It uses a class-based system (think of classes as system types that can be combined with each other, as long as they are not technically conflicting) to define configurations in some simple textfiles.


FAI works script-based as opposed to full image based (if you wish so, we can also install any kind of image) - so it is very flexible, and can be used to install very heterogeneous infrastructures. It uses a class-based system (think of classes as system types that can be combined with each other, as long as they are not technically conflicting) to define configurations in some simple textfiles.
It is also used to update running systems without completely reinstalling them with the softupdate functionality - so you have one single point of configuration for installation and updates.


It is also used to update running systems without completely reinstalling them with the softupdate functionality - so you have one single point of configuration for installation and updates.
= Getting started =


= Getting FAI =
* FAI CD https://fai-project.org/fai-cd/
* FAIme build service for customized installation and cloud images https://fai-project.org/FAIme


* download it from: http://fai-project.org/download/
* check out the sources from git:
<pre>git clone git://github.com/faiproject/fai.git</pre>


= Documentation and examples =
= Documentation and examples =
Line 26: Line 23:


== FAI in the real world ==
== FAI in the real world ==
* [http://fai-project.org/reports User reports] by filling out the [http://fai-project.org/questionnaire FAI questionnaire]  
 
* [http://fai-project.org/references/ References]
* [http://fai-project.org/reports User reports]
* [[Success Stories]] - who is using FAI, how and why - and, when available pictures of the machines installed with FAI :)
* [[Success Stories]] - who is using FAI, how and why - and, when available pictures of the machines installed with FAI :)


Line 34: Line 33:
* [[helper scripts]] - add-on scripts that help using FAI
* [[helper scripts]] - add-on scripts that help using FAI
* [[user FAQ]] (from questions in the mailing list and on IRC #fai)
* [[user FAQ]] (from questions in the mailing list and on IRC #fai)
* [[Tips and tricks]] - to be filled up and actualized...
* [[Developers information]]
* [[reporting bugs]] and also maybe find fixes for problems.


= Developer information =
* Moved to [[Developers information]]


= Wiki Information =
= Wiki Information =


* this wiki and FAI itself need a [[Logo]]
* [[wiki registration | register for this wiki]]
* [[editing rules | Editing rules]]
* [[FAIWiki:About | About this Wiki]] - info on this wiki
* [[FAIWiki:About | About this Wiki]] - info on this wiki
* [[help for editing]] (mainly mediawiki documentation links)
* [[help for editing]] (mainly mediawiki documentation links)
* [[editing rules]] - some ideas that make collaborative work here easier
* [[editing rules]] - some ideas that make collaborative work here easier
* [[FAI Wiki Administration Coordination]] - some infos on managing this wiki
* [[FAI Wiki Administration Coordination]] - some infos on managing this wiki

Latest revision as of 21:28, 30 January 2019

This is a public wiki for users and developers of FAI.

About FAI

FAI is a tool for fully automatic installation of Debian and other Linux Distributions via network, custom install CD, or into a chroot environment.

FAI works script-based as opposed to full image based - so it is very flexible, and can be used to install very heterogeneous infrastructures. It uses a class-based system (think of classes as system types that can be combined with each other, as long as they are not technically conflicting) to define configurations in some simple textfiles.

It is also used to update running systems without completely reinstalling them with the softupdate functionality - so you have one single point of configuration for installation and updates.

Getting started


Documentation and examples

Official - from the FAI developer team

FAI in the real world

User contributed in this wiki


Wiki Information