[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
1
share/deps/rhel/7/install-base.sh
Normal file
1
share/deps/rhel/7/install-base.sh
Normal 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
|
10
share/deps/rhel/7/install-fdsnws.sh
Normal file
10
share/deps/rhel/7/install-fdsnws.sh
Normal 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'
|
1
share/deps/rhel/7/install-gui.sh
Normal file
1
share/deps/rhel/7/install-gui.sh
Normal file
@ -0,0 +1 @@
|
||||
yum install qt5-qtbase qt5-qtbase-gui qt5-qtsvg
|
1
share/deps/rhel/7/install-iloc.sh
Symbolic link
1
share/deps/rhel/7/install-iloc.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../iloc/install-iloc.sh
|
1
share/deps/rhel/7/install-mariadb-server.sh
Normal file
1
share/deps/rhel/7/install-mariadb-server.sh
Normal file
@ -0,0 +1 @@
|
||||
yum install mariadb mariadb-server
|
1
share/deps/rhel/7/install-mysql-server.sh
Normal file
1
share/deps/rhel/7/install-mysql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
yum install mysql mysql-server
|
1
share/deps/rhel/7/install-postgresql-server.sh
Normal file
1
share/deps/rhel/7/install-postgresql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
yum install postgresql postgresql-server
|
1
share/deps/rhel/8/install-base.sh
Normal file
1
share/deps/rhel/8/install-base.sh
Normal 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
|
2
share/deps/rhel/8/install-fdsnws.sh
Normal file
2
share/deps/rhel/8/install-fdsnws.sh
Normal file
@ -0,0 +1,2 @@
|
||||
dnf install epel-release
|
||||
dnf install python3-twisted python3-dateutil
|
1
share/deps/rhel/8/install-gui.sh
Normal file
1
share/deps/rhel/8/install-gui.sh
Normal file
@ -0,0 +1 @@
|
||||
yum install qt5-qtbase qt5-qtbase-gui qt5-qtsvg
|
1
share/deps/rhel/8/install-iloc.sh
Symbolic link
1
share/deps/rhel/8/install-iloc.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../iloc/install-iloc.sh
|
1
share/deps/rhel/8/install-mariadb-server.sh
Normal file
1
share/deps/rhel/8/install-mariadb-server.sh
Normal file
@ -0,0 +1 @@
|
||||
yum install mariadb mariadb-server
|
1
share/deps/rhel/8/install-mysql-server.sh
Normal file
1
share/deps/rhel/8/install-mysql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install mysql mysql-server
|
1
share/deps/rhel/8/install-postgresql-server.sh
Normal file
1
share/deps/rhel/8/install-postgresql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
yum install postgresql postgresql-server
|
1
share/deps/rhel/9/install-base.sh
Normal file
1
share/deps/rhel/9/install-base.sh
Normal 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
|
2
share/deps/rhel/9/install-fdsnws.sh
Normal file
2
share/deps/rhel/9/install-fdsnws.sh
Normal file
@ -0,0 +1,2 @@
|
||||
dnf install epel-release
|
||||
dnf install python3-twisted python3-dateutil
|
1
share/deps/rhel/9/install-gui.sh
Normal file
1
share/deps/rhel/9/install-gui.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install qt5-qtbase qt5-qtbase-gui qt5-qtsvg
|
1
share/deps/rhel/9/install-iloc.sh
Symbolic link
1
share/deps/rhel/9/install-iloc.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../iloc/install-iloc.sh
|
1
share/deps/rhel/9/install-mariadb-server.sh
Normal file
1
share/deps/rhel/9/install-mariadb-server.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install mariadb mariadb-server
|
1
share/deps/rhel/9/install-mysql-server.sh
Normal file
1
share/deps/rhel/9/install-mysql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install mysql mysql-server
|
1
share/deps/rhel/9/install-postgresql-server.sh
Normal file
1
share/deps/rhel/9/install-postgresql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install postgresql postgresql-server
|
Reference in New Issue
Block a user