You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Philip Häusler 7e731e59fe new colorsheme, based on accent color 9 years ago
config adds configuration variable $contact_email 9 years ago
db #198 fixed: driving license feature completed - integrated into angeltypes 9 years ago
import camp 2011 export 14 years ago
includes #198 log updates on driving license information 9 years ago
locale/de_DE.UTF-8/LC_MESSAGES new colorsheme, based on accent color 9 years ago
public new colorsheme, based on accent color 9 years ago
templates remove html5 input time, because of different browser behaviour 9 years ago
test add log entry test 10 years ago
themes new colorsheme, based on accent color 9 years ago
vendor update bootstrap to 3.3.6 9 years ago
.gitignore add room model tests 10 years ago
.gitmodules moved external libraries into gitmodules 10 years ago
LICENSE directory renames and cleanup 14 years ago
README.md added hint about session settings to readme 9 years ago

README.md

Installation eines frischen Engelsystems

Mindestvorrausetzungen (bzw. getestet unter):

  • PHP 5.4.x (cgi-fcgi)
  • MySQL-Server 5.5.x
  • Webserver mit PHP-Anbindung, z.B. lighttpd, nginx oder Apache

Vorgehen:

  • Klonen des master inkl. submodules in lokales Verzeichnis: git clone --recursive https://github.com/engelsystem/engelsystem.git

  • Der Webserver muss Schreibrechte auf das Verzeichnis import bekommen, für alle anderen Dateien reichen Leserechte.

  • Der Webserver muss auf public als http-root zeigen.

  • Empfehlung: Dirlisting sollte deaktiviert sein.

  • Es muss eine MySQL-Datenbank angelegt werden und ein User existieren, der alle Rechte auf dieser Datenbank besitzt.

  • Es muss die db/install.sql importiert/ausgeführt werden.

  • Erstelle bei Bedarf eine config/config.php, die die Werte (z.B. DB-Zugang) aus der config/config.default.php überschreibt.

  • Engelsystem im Browser aufrufen, Anmeldung mit admin:asdfasdf vornehmen und Admin-Passwort ändern.

Das Engelsystem ist jetzt einsatzbereit.

Session Einstellungen:

  • Einstellungen für Cookies und Sessions bitte in der PHP Config des Servers vornehmen.
  • Sowohl Apache als auch nginx bieten Möglichkeiten für verschiedene Konfigurationen pro VirtualHost an

Fehler bitte auf Github melden: https://github.com/engelsystem/engelsystem/issues