summaryrefslogtreecommitdiffstats
path: root/installer
Commit message (Collapse)AuthorAgeFilesLines
* #892: Revert the removal of {{{wakonlan}}} installation dependency from ↵Ramón M. Gómez2019-08-262-2/+2
| | | | commit {{{2b00219}}}.
* #912 opengnsys_update.sh: the script is fixed that inclued '/' at the end ↵Irina Gómez2019-08-021-2/+2
| | | | the REPO APITOKEN in repository configuration.
* Virtual machine based in Ubuntu 18.Irina Gómez2019-08-011-1/+1
|
* Import and export scripts include the custom scripts, PXE files for UEFI ↵Irina Gómez2019-07-252-10/+36
| | | | and /etc/default/opengnsys.
* opengnys_installer.sh: fix error whereby the script failed to try to install ↵Irina Gómez2019-07-241-2/+2
| | | | an ogLive that does not exist.
* #915 update installer to add APITOKEN= to ogAdmServer.cfgJavier Sánchez Parra2019-06-242-0/+2
| | | | | | | | This is going to be used to protect calls to ogAdmServer Example line for ogAdmServer.cfg: APITOKEN=9b5fddfc5d4d1daa74ffd7ce7c3c9925
* #802: Creating certificate to sign boot loaders.Ramón M. Gómez2019-06-132-3/+33
|
* #914: Install/update the new ogLive release.Ramón M. Gómez2019-06-072-2/+2
|
* #888 #914: Updating UEFI requisites.Ramón M. Gómez2019-06-071-4/+8
|
* #914: Removing redundant permissions.Ramón M. Gómez2019-06-071-15/+0
|
* #914 Fix ogLive version to be installed.Ramón M. Gómez2019-06-052-3/+3
|
* Merge branch 'devel' into uefiIrina Gómez2019-06-052-2/+13
|\ | | | | | | Fast Foward
| * #916: Setting default values when installing using not interactive mode.Ramón M. Gómez2019-06-051-0/+11
| |
| * #915: Installing a new ogAdmServer compilation dependency, if needed.Ramón M. Gómez2019-06-052-2/+2
| |
* | Merge branch 'devel' into uefiIrina Gómez2019-06-054-317/+146
|\| | | | | | | Fast foward with devel branch
| * #916: Instalation script does not display characters when the user enters a ↵Ramón M. Gómez2019-06-041-119/+139
| | | | | | | | password and asks for password confirmation.
| * #872: Download correct OGAgent version.Ramón M. Gómez2019-06-031-1/+0
| |
| * #872: Fix bug in symbolic links.Ramón M. Gómez2019-05-272-195/+2
| |
| * #912: Fix bugs in update script: generating a new repository access token ↵Ramón M. Gómez2019-05-161-2/+5
| | | | | | | | and uncompressing downloaded code; update closed tickets list.
* | Merge branch 'devel' into uefi (fast-forward)Irina Gómez2019-05-135-22/+9
|\|
| * #739: Vagrant provisioning scripts try to get the name of the internal ↵Ramón M. Gómez2019-02-213-3/+3
| | | | | | | | network interface.
| * #736: Installer script no longer disables firewall or SELinux, and ↵Ramón M. Gómez2019-02-071-24/+4
| | | | | | | | recommends using {{{security-config}}} script.
| * #784: Fixing Apache configuration error when multiple instances of PHP-FPM ↵Ramón M. Gómez2019-02-072-2/+2
| | | | | | | | are installed.
| * #892: Use ogAdmServer Wake on LanJavier Sánchez Parra2019-01-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gestor_Comando.php only execute wakeonlan_repo.php when wake up command is called. * wakeonlan_repo.php send new needed parameters for ogAdmServer WoL. * repository.php use ogAdmServer WoL instead of wakeonlan perl script. * opengnsys_installer.sh and opengnsys_update.sh don't have wakeonlan perl script dependency anymore. # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Jan 28 10:22:57 2019 +0100 # # On branch devel # Your branch is ahead of 'origin/devel' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: admin/WebConsole/comandos/gestores/gestor_Comandos.php # modified: admin/WebConsole/comandos/gestores/wakeonlan_repo.php # modified: admin/WebConsole/rest/repository.php # modified: installer/opengnsys_installer.sh # modified: installer/opengnsys_update.sh # # Untracked files: # 0001-892-Use-ogAdmServer-Wake-on-Lan.patch # 0001-892-Use-ogAdmServer-Wake-on-Lan.zip #
* | #802 The installation, import and export scripts considers the PXE files for ↵Irina Gómez2019-03-293-3/+7
| | | | | | | | UEFI.
* | #802 opengnsys_installer.sh and grub.cfg: configurate uief compatibility for ↵Irina Gómez2019-02-251-8/+7
|/ | | | tftpboot.
* #580: New compilation dependencies.Ramón M. Gómez2019-01-172-4/+4
|
* #869: `realpath` command is included in `coreutils` package on Ubuntu 18.04Ramón M. Gómez2018-12-201-0/+2
|
* #886: Backward-compatible with JQ version 1.4Ramón M. Gómez2018-12-123-5/+5
|
* #881: Add new variable definitions to the default file.Ramón M. Gómez2018-11-301-1/+13
|
* #879: Checking paths and sizes in update script.Ramón M. Gómez2018-11-261-4/+10
|
* #846: Remove appropiate logrotate files when uninstalling or updating.Ramón M. Gómez2018-11-232-1/+3
|
* #857: Basic compatibillity notes.Ramón M. Gómez2018-11-222-6/+6
|
* #840: Updating script {{{checkperms}}} to assign proper permissions.Ramón M. Gómez2018-11-202-15/+0
|
* #784: Apache configuration now supports connection with PHP-FPM via socket ↵Ramón M. Gómez2018-11-152-3/+15
| | | | and port.
* #875: Removing old ogAdmRepo service.Ramón M. Gómez2018-11-142-20/+3
|
* Close #869: Updating package list to install on CentOS 7.xRamón M. Gómez2018-11-062-7/+7
|
* #872: Update list of closed tickets; quotation correction in Vagrant files.Ramón M. Gómez2018-10-294-12/+12
|
* #784: Install or update to PHP 7 on CentOS 7.Ramón M. Gómez2018-10-292-27/+44
|
* #853: Updating Doxygen configuration to resolve compatibility problems.Ramón M. Gómez2018-10-181-64/+131
|
* #872: Solving a potential problem with downloads in some Vagrant files.Ramón M. Gómez2018-10-182-12/+22
|
* #867: Integrating commit {{{ba1f95c}}}.Ramón M. Gómez2018-10-172-3/+4
|
* #867 Acceso al manual de usuario desde la consola web.Irina Gómez2018-10-171-0/+2
|
* #846: Update script creates logrotate files if they do not exist.Ramón M. Gómez2018-10-161-1/+15
|
* #846 Se configura logrotate para que incluya todos los archivos de registro. ↵Irina Gómez2018-10-111-2/+5
| | | | Se separan los servicios del server y del repo en archivos independientes
* #784: Using PHP-FPM instead of Mod-PHP to improve Apache performance.Ramón M. Gómez2018-10-042-15/+25
|
* #872: Updating installation info (devel branch).Ramón M. Gómez2018-10-044-52/+185
|
* Close #840 #847: Cliente ogLive se gneera a partir del código Git en vez de ↵Ramón M. Gómez2018-08-271-1/+1
| | | | Subversion; lista actualizada de tickets resultos.
* #869: Adaptación de paquetes en Ubuntu 18.04 y evitar redundancias al ↵Ramón M. Gómez2018-08-221-2/+4
| | | | detectar parámetros de red.
* #847: Correcting errata when obtaining revision date (commit SHA1 is not ↵Ramón M. Gómez2018-07-091-1/+1
| | | | verified); updating change log.