avatar
Untitled

Guest 902 29th Aug, 2022

BASH 1.22 KB
                                           
                         https://docs.alfresco.com/content-services/latest/install/zip/tomcat/

Alfresco instalacja
#!/bin/bash
#Instalacja wymaganych komponentów
DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y openjdk-11-jre openjdk-11-jdk mariadb-server activemq imagemagick libreoffice
nginx
mysql <<EOF
CREATE DATABASE alfresco CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER alfresco@localhost identified by 'alfresco';
GRANT ALL PRIVILEGES on alfresco.* to alfresco@localhost;
FLUSH privileges;
EOF
sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.65/bin/apache-tomcat-9.0.65.zip
sudo unzip apache-tomcat-9.0.65 -d /etc
sudo wget https://download.alfresco.com/cloudfront/release/community/7.2.0.1-build-2802/alfresco-
content-services-community-distribution-7.2.0.1.zip
sudo unzip alfresco-content-services-community-distribution-7.2.0.1 -d /etc/alfresco
sudo wget
https://download.alfresco.com/cloudfront/release/community/SearchServices/2.0.3.6/alfresco-search-
services-2.0.3.6.zip
sudo unzip alfresco-search-services-2.0.3.6 -d /etc
sed -i 's/#max_connections = 100/max_connections = 275/g' /etc/mysql/mariadb.conf.d/50-
server.cnf
                      
                                       
To share this paste please copy this url and send to your friends
RAW Paste Data
Recent Pastes
Ta strona używa plików cookie w celu usprawnienia i ułatwienia dostępu do serwisu oraz prowadzenia danych statystycznych. Dalsze korzystanie z tej witryny oznacza akceptację tego stanu rzeczy.
Wykorzystywanie plików Cookie
Jak wyłączyć cookies?
ROZUMIEM