Installation

Requirements

The current version is OpenGnsys 1.1.1d and it is recommended to install it on Ubuntu Server 18.04.6 LTS 64-bit.

For the console, php 7.x < 7.4 is required.


Installation

Download this compressed installation file:

Download this compressed installation file:

opengnsys-1.1.1d.r20220915.b3752e9.tar.gz

Extract the file as root or sudo user:

sudo tar -xvzf opengnsys-1.1.1d.r20220915.b3752e9.tar.gz

Run the script as root or sudo user:

sudo bash OpenGnsys-opengnsys-1.1.1d/installer/opengnsys_installer.sh

First steps:

Log into the server's web console.

https:// [Server_IP] /opengnsys

Use the username and password specified during installation

More detailed installation in the installation manual


Update

If an update from version 1.1.0 is going to be carried out, it is necessary to start with the operating system, changing from Ubuntu 16.04 to Ubuntu 18.04, and then perform the OpenGnsys update.

Update from Ubuntu 16 to Ubuntu 18.04

sudo apt-get update
sudo apt-get upgrade --yes
sudo apt-get dist-upgrade --yes
sudo do-release-upgrade

sudo reboot

Run the update script as root or sudo user:

sudo /opt/opengnsys/lib/opengnsys_update.sh

It detects that the update script is not the latest and downloads it. It is necessary to do it twice due to the change of the main project branch from master to main on GitHub.