Rechtsdienstleistungen, Datenschutz, sichere EDV-Systeme

ich war hier: SuiteCRM

Revision history for SuiteCRM


Revision [4450]

Last edited on 2023-04-26 10:52:47 by ErdaxoAdmin
Additions:
((1)) Informationen für Benutzer
Benutzerhandbuch: [[https://docs.suitecrm.com/user/ hier zu finden (englisch)]].
Wichtigste Infos und Konzepte:
((1)) Informationen für den Admin


((2)) Installation
Ein frisches Debian 11 System braucht dafür Folgendes:
%%(perl)
# notwendige Module (als root)
apt install apache2 mariadb-server php
apt install php-cli php-curl php-common php-intl php-json php-gd
php-mbstring php-mysqli php-pdo-mysql (oder: php-mysql)
php-soap php-xml php-zip php-map php-ldap openssl

# vhost anpassen
nano /etc/apache2/sites-enabled/000-default.conf
# darin folgenden Inhalt sicherstellen:

<VirtualHost *:80>
...

DocumentRoot /<path-to-suite>/public
<Directory /<path-to-suite>/public>
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>

</VirtualHost>

# rewrite einschalten (overwrite schon oben ermöglicht)
a2enmode rewrite

# apache neu starten
systemctl restart apache2

# php.ini bearbeiten
nano /etc/php/apache/.../php.ini

# folgende Zeile muss vorhanden sein:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING

# Skripte herunterladen (suitecrm.com) und zum server root schieben


((2)) Sprachen installieren
https://docs.suitecrm.com/8.x/admin/installation-guide/languages/install-a-new-language/
Deletions:
((1)) Installation
Ein frisches Debian 11 System braucht dafür Folgendes:
%%(perl)
# notwendige Module (als root)
apt install apache2 mariadb-server php
apt install php-cli php-curl php-common php-intl php-json php-gd
php-mbstring php-mysqli php-pdo-mysql (oder: php-mysql)
php-soap php-xml php-zip php-map php-ldap openssl
# vhost anpassen
nano /etc/apache2/sites-enabled/000-default.conf
# darin folgenden Inhalt sicherstellen:
<VirtualHost *:80>
...
DocumentRoot /<path-to-suite>/public
<Directory /<path-to-suite>/public>
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>
</VirtualHost>
# rewrite einschalten (overwrite schon oben ermöglicht)
a2enmode rewrite
# apache neu starten
systemctl restart apache2
# php.ini bearbeiten
nano /etc/php/apache/.../php.ini
# folgende Zeile muss vorhanden sein:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING
# Skripte herunterladen (suitecrm.com) und zum server root schieben


Revision [4449]

Edited on 2023-04-25 23:16:50 by ErdaxoAdmin
Additions:
Ein frisches Debian 11 System braucht dafür Folgendes:
Deletions:
Ein frisches Debian 11 System brauch dafür Folgendes:


Revision [4448]

Edited on 2023-04-25 23:15:17 by ErdaxoAdmin
Additions:
nano /etc/php/apache/.../php.ini
# folgende Zeile muss vorhanden sein:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING
# Skripte herunterladen (suitecrm.com) und zum server root schieben
Deletions:
nano /etc/


Revision [4447]

Edited on 2023-04-25 23:13:07 by ErdaxoAdmin
Additions:
apt install php-cli php-curl php-common php-intl php-json php-gd
php-mbstring php-mysqli php-pdo-mysql (oder: php-mysql)
php-soap php-xml php-zip php-map php-ldap openssl
Deletions:
apt install php-cli php-curl php-common php-intl php-json php-gd php-mbstring php-mysqli php-pdo-mysql (oder: php-mysql) php-soap php-xml php-zip php-map php-ldap openssl


Revision [4446]

Edited on 2023-04-25 23:01:16 by ErdaxoAdmin
Additions:
apt install php-cli php-curl php-common php-intl php-json php-gd php-mbstring php-mysqli php-pdo-mysql (oder: php-mysql) php-soap php-xml php-zip php-map php-ldap openssl
# apache neu starten
systemctl restart apache2
# php.ini bearbeiten
nano /etc/
Deletions:
apt install php-cli php-curl php-common php-intl php-json php-gd php-mbstring php-mysqli php-pdo-mysql (oder: php-mysql) php-soap php-xml php-zip php-map php-ldap


Revision [4445]

The oldest known version of this page was created on 2023-04-25 22:22:32 by ErdaxoAdmin
Valid XHTML  |  Valid CSS:  |  Powered by WikkaWiki