[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

View File

@ -0,0 +1 @@
yum install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-signals boost-system openssl ncurses mysql postgresql python36 python36-numpy mariadb

View File

@ -0,0 +1,10 @@
yum install python36-dateutil python36-pip
echo "user name for pip install (sysop):"
read user
if [ -z "$user" ]; then user=sysop; fi
# install Python packages using pip
echo "installing packages for user " $user
su - $user -c 'python3 -m pip install --user twisted'

View File

@ -0,0 +1 @@
yum install qt5-qtbase qt5-qtbase-gui qt5-qtsvg

View File

@ -0,0 +1 @@
../../../iloc/install-iloc.sh

View File

@ -0,0 +1 @@
yum install mariadb mariadb-server

View File

@ -0,0 +1 @@
yum install mysql mysql-server

View File

@ -0,0 +1 @@
yum install postgresql postgresql-server

View File

@ -0,0 +1 @@
yum install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-signals boost-system openssl ncurses mariadb postgresql python3-numpy mysql-libs

View File

@ -0,0 +1,2 @@
dnf install epel-release
dnf install python3-twisted python3-dateutil

View File

@ -0,0 +1 @@
yum install qt5-qtbase qt5-qtbase-gui qt5-qtsvg

View File

@ -0,0 +1 @@
../../../iloc/install-iloc.sh

View File

@ -0,0 +1 @@
yum install mariadb mariadb-server

View File

@ -0,0 +1 @@
dnf install mysql mysql-server

View File

@ -0,0 +1 @@
yum install postgresql postgresql-server

View File

@ -0,0 +1 @@
dnf install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-system openssl ncurses mariadb postgresql python3-numpy

View File

@ -0,0 +1,2 @@
dnf install epel-release
dnf install python3-twisted python3-dateutil

View File

@ -0,0 +1 @@
dnf install qt5-qtbase qt5-qtbase-gui qt5-qtsvg

View File

@ -0,0 +1 @@
../../../iloc/install-iloc.sh

View File

@ -0,0 +1 @@
dnf install mariadb mariadb-server

View File

@ -0,0 +1 @@
dnf install mysql mysql-server

View File

@ -0,0 +1 @@
dnf install postgresql postgresql-server