Skip to content

basic support for amazon linux 2

marc.arens requested to merge marc.arens/installer:amzn2 into 7.10
[root@ns_al2 installer]# bash appsuite-install.sh -t -m
...
wait until it fails (see progress at https://jira.open-xchange.com/browse/APS-36)
...
[root@ns_al2 installer]# rpm -Uvh --nodeps $(repoquery --location libreaderengine-core-5.2.8.0.23-1)
[root@ns_al2 installer]# yum -y install freetype libXinerama
[root@ns_al2 installer]# bash appsuite-install.sh -t -m
[root@ns_al2 installer]# cd /etc/pki/tls/certs/
[root@ns_al2 installer]# make genkey
[root@ns_al2 installer]# make testcert
[root@ns_al2 installer]# cd ../private
[root@ns_al2 installer]# openssl rsa -in localhost.key -out localhost.key
[root@ns_al2 installer]# systemctl restart httpd
Edited by marc.arens

Merge request reports