Technik / Installation
InstallationAuf eine ausführliche Installationsroute wurde verzichtet. Das bedeutet aber nicht, das nur ein Vollprofi die Installation durchführen kann.
config.inc.php
Editieren Sie noch die config.inc.php
/* Database */ | ||
$db_host = | 'localhost'; | // hostname oder IP von MySQL-Server |
$db_user = | 'root'; | // Zugang vom MySQL-Server |
$db_password = | 'demo'; | // Das Passwort vom MySQL-Server |
$db_database = | 'kommunikation'; | // Datenbankname vom MySQL-Server |
$tb = | 'kommu_email'; | // Tabelle Programm E-Mail |
$admin1 = | '91.0.100.1'; | // Administartions IP-Adresse |
$admin2 = | '91.0.99.1'; | // Administartions IP-Adresse |
$admin3 = | '91.0.99.2'; | // Administartions IP-Adresse |