Go to file
Roberto Hueso Gómez a0df5af724 #915 Validate POST /hardware REST API parameters
This patch ensures that all required parameters are sent in the request.
2019-11-06 11:26:33 +01:00
admin #915 Validate POST /hardware REST API parameters 2019-11-06 11:26:33 +01:00
client #802 #888 On UEFI computers, OpenGnsys installs grub to boot from the hard drive. You can use the rEFInd template example for computers without SecureBoot. 2019-11-04 13:58:45 +01:00
doc #925: Only the installer uses {{{settoken}}} script to generate authentication tokens. 2019-10-16 12:18:22 +02:00
installer #802 #888 PXE templates support EFI partition in whichever partition. Example template for boot with grub. 2019-10-22 10:44:02 +02:00
repoman #914: Avoiding external script calls and parsing input with stricter regular expressions in {{{sendFileMcast}}}. 2019-09-11 11:43:20 +02:00
server #802 #888 On UEFI computers, OpenGnsys installs grub to boot from the hard drive. You can use the rEFInd template example for computers without SecureBoot. 2019-11-04 13:58:45 +01:00
.gitignore #915 add __pycache__ folder to .gitignore 2019-08-28 17:53:16 +02:00
README.md #914: Updating README.md and .gitignore files. 2019-06-07 14:08:58 +02:00

README.md

OpenGnsys

The OpenGnsys Project (pronounced Open Genesis) brings together the combined efforts of several Spanish Public Universities to provide a number of free and open source tools for managing and deploying computers. These tools supply a complete, versatile and intuitive system that allows the arrangement, installation and deployment of different operating systems.

OpenGnsys is based on a modular architecture separated into different service layers which allows its implementation in several educational and organizational IT environments, both in a centralized or distributed way. The main management of the system is carried out by means of a simple web interface which supports delegated administration. OpenGnsys is also suitable for isolated environments, being able to work in network failure conditions (offline mode).

OpenGnsys website: https://opengnsys.es/

Installation notes

Please, read doc/INSTALL.en.txt (or doc/INSTALL.es.txt) for detailled instructions.