DownloadManager - FAQ Letzte Aktualisierung: 27.11.2017 Die weitere Entwicklung dieser Software wurde eingestellt! FunktionalitätInstallationInstallationsvoraussetzungen- MySQL-Datenbank ist installiert
- Web-Server Apache2 installiert
- PHP5 (für MySQL) ist installiert
- Emailversand (sendmail) ist konfiguriert
- Datenbankschema existiert
FunktionalitätDer Benutzername (eigentlich Email) des Administrator-Benutzers ist download@com.com und das zugehörige Kennwort lautet admin
Installation- DownloadManager extrahieren mit tar xfvz download_vXXX.tgz
- Den entpackten Ordner komplett auf Ihren Server kopieren
- DownloadManager starten; wurde der DownloadManager noch nie installiert, wird automatisch das Setup aufgerufen
Editiere conf/download.ini gemäß den darin enthaltenen Kommentaren.
; ####----------------------------------------------------------------
; # name of the project
projectName = "Download-Manager";
; ####----------------------------------------------------------------
; # url of the project
projectURL = "http://YOURSERVER/download/";
; ####----------------------------------------------------------------
; # Administrator's email
emailAdmin = "office@YOURNAME.at";
; ####----------------------------------------------------------------
; # session prefix
sessionPrefix = "GLA_DML_";
; ####----------------------------------------------------------------
; # actually only mysql is supported
usedb="mysql";
; ####----------------------------------------------------------------
; # 1: logging should be done
; # 0: no logging should be done
doLog = 1;
; ####----------------------------------------------------------------
; # 1: debug to log file is on (it is not necessary to set doLog = 1)
; # 0: debug to log file is off
doDebug = 0;
; ####----------------------------------------------------------------
; # name of the log file
logFile = log/download.log
; ####----------------------------------------------------------------
; # minimum length of username
minLengthUsername = 4;
; ####----------------------------------------------------------------
; # minimum length of password
minLengthPassword = 4;
; ####----------------------------------------------------------------
; # default language
; # possible values: de | en
defaultLanguage = de;
; ####----------------------------------------------------------------
; # 1: display logging on the screen
; # 0: do not display logging on the screen
logtoScreen = 0;
; ####----------------------------------------------------------------
; # MYSQL-parameter
sqlHost = 'localhost';
mySqlDB = 'downloadmanager';
sqlUser = 'dmuser';
sqlPass = 'dmpassword';
; ####----------------------------------------------------------------
; # if set to 1 it means that the baseinstallation has been done
BaseInstallationDone = 1;
Gleicher Vorgang wie bei der Erstlinstallation, da sich DownloadManager automatisch aktualisiert, sobald ein Benutzer angemeldet ist. InstallationsvoraussetzungenMySQLDatenbank anlegencreate database downloadmanager; Benutzer anlegengrant all on downloadmanager.* to dmuser identified by 'dmpassword';
Site contents Copyright © 2014- Franz-Peter Glawar. All rights reserved.
|