Skip to content

totumonline/totum-pro

Repository files navigation

Totum PRO

The PRO version is distributed under a limited license

For PRO license terms, see the PRO version page

The license text is available in the totum-pro-license repository

Installing PRO

System for initial installation: Ubuntu 24.04

Run the standard Totum installer (by default, it is assumed to be /root) and select the PRO installation option:

sudo curl -O https://raw.githubusercontent.com/totumonline/totum-mit/master/totum/moduls/install/totum_autoinstall.sh && sudo bash totum_autoinstall.sh

For more information look at documentation

Switching from Totum MIT *

This instruction assumes that TOTUM MIT was installed using the installation script.

Solutions developed in MIT are compatible with PRO.

Run the standard Totum installer from the same folder from which it was run on the server during the initial system installation:

sudo curl -O https://raw.githubusercontent.com/totumonline/totum-mit/master/totum/moduls/install/totum_autoinstall.sh && sudo bash totum_autoinstall.sh

The installer will offer you to change the installation option to PRO.

If you forgot the folder from which the installer was run, search for totum_install_vars (this file is created during installation):

sudo find / -name "totum_install_vars"

* Switching from Totum MIT V4

See the MIT V4 - PRO V6 upgrade instructions