[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -1 +0,0 @@
apt install libxml2 libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-thread1.67.0 libboost-program-options1.67.0 libboost-regex1.67.0 libboost-signals1.67.0 libboost-system1.67.0 libssl1.1 libncurses5 libmariadb3 libpq5 libpython3.7 python3-numpy

View File

@ -1 +0,0 @@
apt install python3-twisted python3-dateutil

View File

@ -1 +0,0 @@
apt install libqt5gui5 libqt5xml5 libqt5opengl5 libqt5sql5-sqlite libqt5svg5 libqt5printsupport5

View File

@ -1 +0,0 @@
apt install mariadb-server mariadb-client

View File

@ -1 +0,0 @@
apt install postgresql postgresql-client

View File

@ -1 +1 @@
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl1.1 libncurses5 libmariadb3 libpq5 libpython3.9 python3-numpy
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl1.1 libncurses5 libmariadb3 libpq5 libpython3.9 python3-numpy libboost-container1.74.0 libbson-1.0-0

View File

@ -1 +1 @@
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses5 libmariadb3 libpq5 libpython3.11 python3-numpy
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses5 libmariadb3 libpq5 libpython3.11 python3-numpy libboost-container1.74.0 libbson-1.0-0

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 epel-release boost-container libbson

View File

@ -0,0 +1,10 @@
dnf install python3-dateutil python3-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 @@
dnf install qt6-qtbase qt6-qtbase-gui qt6-qtsvg

View File

@ -0,0 +1,50 @@
#!/bin/bash
# The name of the following file may change. Find the correct one in source:
# https://github.com/IstvanBondar/iLoc
# The download source corresponds to the iloc documentation
URL="https://github.com/IstvanBondar/iLoc/raw/main/iLocAuxDir4.2.tgz"
error() {
echo $1
exit 1
}
echo "Installing iLoc dependencies"
echo -n "User name for owning the SeisComP installation (sysop): "
read user
if [ -z "$user" ]; then
user=sysop
fi
seiscompTemp=/home/${user}/seiscomp
echo -n "SeisComP installation directory (${seiscompTemp}): "
read seiscomp
if [ -z "$seiscomp" ]; then
seiscomp=${seiscompTemp}
fi
if [ ! -d "${seiscomp}" ]; then
error "Directory "${seiscomp}" does not exists"
fi
iloc="$seiscomp/share/iloc"
mkdir -p "${iloc}" || error "Could not create target path ${iloc}"
tarFile="$(mktemp)"
echo "Downloading ${URL} to ${tarFile}"
wget -O "${tarFile}" "${URL}" || error "Failed to download ${URL} to ${tarFile}"
echo "Extracting tarball to '${iloc}'"
tar xzf "${tarFile}" -C "${iloc}" || error "Failed to extract ${tarFile}"
echo "Changing ownership of ${iloc} to $user - you may wish to set group ownership"
chown -R $user "${iloc}"
exit 0

View File

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

View File

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

View File

@ -1 +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
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 epel-release boost-container libbson

View File

@ -1 +1 @@
dnf install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-system openssl ncurses mariadb postgresql python3-numpy
dnf install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-system openssl ncurses mariadb postgresql python3-numpy epel-release boost-container libbson

View File

@ -1 +0,0 @@
apt-get install libxml2 libboost-filesystem1.71.0 libboost-iostreams1.71.0 libboost-thread1.71.0 libboost-program-options1.71.0 libboost-regex1.71.0 libboost-system1.71.0 libssl1.1 libncurses5 libmysqlclient21 libmariadb3 libpq5 libpython3.8 python3-numpy

View File

@ -1 +0,0 @@
apt-get install python3-twisted python3-dateutil

View File

@ -1 +0,0 @@
apt install libqt5gui5 libqt5xml5 libqt5opengl5 libqt5sql5-sqlite libqt5svg5 libqt5printsupport5

View File

@ -1 +0,0 @@
apt-get install mariadb-server mariadb-client

View File

@ -1 +0,0 @@
apt-get install mysql-server mysql-client

View File

@ -1 +0,0 @@
apt-get install postgresql postgresql-client

View File

@ -1 +1 @@
apt-get install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.10 python3-numpy
apt-get install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.10 python3-numpy libboost-container1.74.0 libbson-1.0-0

View File

@ -1 +1 @@
apt-get install libxml2 libboost-filesystem1.83.0 libboost-iostreams1.83.0 libboost-thread1.83.0 libboost-program-options1.83.0 libboost-regex1.83.0 libboost-system1.83.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.12 python3-numpy
apt-get install libxml2 libbson-1.0-0t64 libboost-filesystem1.83.0 libboost-iostreams1.83.0 libboost-thread1.83.0 libboost-program-options1.83.0 libboost-regex1.83.0 libboost-system1.83.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.12 python3-numpy libboost-container1.83.0