mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:31:58 +01:00
Updated jammy installer
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
26627b1a20
commit
3d70a25d35
@ -25,6 +25,9 @@ PILER_CONF="/etc/piler/piler.conf"
|
|||||||
CONFIG_SITE_PHP="/etc/piler/config-site.php"
|
CONFIG_SITE_PHP="/etc/piler/config-site.php"
|
||||||
SEARCHCFG="/etc/piler/manticore.conf"
|
SEARCHCFG="/etc/piler/manticore.conf"
|
||||||
|
|
||||||
|
TRAEFIK_VERSION="v2.11.0"
|
||||||
|
ARCH="amd64"
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
install_prerequisites() {
|
install_prerequisites() {
|
||||||
@ -37,8 +40,11 @@ install_prerequisites() {
|
|||||||
python3-mysqldb libmariadb-dev mariadb-client-core-10.6 \
|
python3-mysqldb libmariadb-dev mariadb-client-core-10.6 \
|
||||||
mariadb-server-10.6
|
mariadb-server-10.6
|
||||||
|
|
||||||
wget -O /usr/local/bin/traefik "${DOWNLOAD_URL}/generic-local/traefik"
|
wget "https://github.com/traefik/traefik/releases/download/${TRAEFIK_VERSION}/traefik_${TRAEFIK_VERSION}_linux_${ARCH}.tar.gz"
|
||||||
chmod +x /usr/local/bin/traefik
|
tar zxvf "traefik_${TRAEFIK_VERSION}_linux_${ARCH}.tar.gz" traefik
|
||||||
|
chown root:root traefik
|
||||||
|
chmod 755 traefik
|
||||||
|
mv traefik /usr/local/bin
|
||||||
setcap cap_net_bind_service+ep /usr/local/bin/traefik
|
setcap cap_net_bind_service+ep /usr/local/bin/traefik
|
||||||
|
|
||||||
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb && \
|
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb && \
|
||||||
|
Loading…
Reference in New Issue
Block a user