Installationsanleitung
Re: Installationsanleitung
Wegen der Datenbank, könnte das ein Kennwort-Problem sein? Hast Du Sonderzeichen im Kennwort?
https://blackcat-cms.org/page/download/ ... obleme.php
https://blackcat-cms.org/page/download/ ... obleme.php
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
If it’s not broken, keep fixing it until it is
Re: Installationsanleitung
Nein, keine Sonderzeichen.
Re: Installationsanleitung
Dann weiß ich nicht mehr weiter. :/ Ich muß mir jetzt erst eine Linux-VM aufsetzen und schauen, ob ich das nachstellen kann. Sorry.
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
If it’s not broken, keep fixing it until it is
Re: Installationsanleitung
Ubuntu Server oder Desktop 16.04.3 mit LAMP
Re: Installationsanleitung
Ich schau mal.
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
If it’s not broken, keep fixing it until it is
Re: Installationsanleitung
So, es ist mir endlich gelungen, ein Ubuntu 15.04 mit PHP 5 etc. aufzusetzen. Der Apache-Service läuft bei mir unter der Kennung www-data. Daher habe ich folgendes gemacht:
sudo chown -R www-data /var/www/html
Dorthin das ZIP entpackt.
cd /var/www/html
sudo chmod 777 temp
Die Installation startet damit schon mal.
Dann:
Datenbank "bc" angelegt, php5-mysql nachinstalliert, Apache neu gestartet. Der Benutzer hat bei mir kein Kennwort, daher Haken bei Kennwortprüfung weg. Verbindungscheck hat geklappt.
Danach läuft die Installation problemlos durch.
sudo chown -R www-data /var/www/html
Dorthin das ZIP entpackt.
cd /var/www/html
sudo chmod 777 temp
Die Installation startet damit schon mal.
Dann:
Datenbank "bc" angelegt, php5-mysql nachinstalliert, Apache neu gestartet. Der Benutzer hat bei mir kein Kennwort, daher Haken bei Kennwortprüfung weg. Verbindungscheck hat geklappt.
Danach läuft die Installation problemlos durch.
- Dateianhänge
-
- 2017-01-10 17_10_39.png (72.98 KiB) 8360 mal betrachtet
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
If it’s not broken, keep fixing it until it is
Re: Installationsanleitung
Achso, prüf mal nach, ob bei dir auch das php-mysql installiert ist.
bianka@Ubuntu-VirtualBox:/var/www/html$ php -info |grep pdo
/etc/php5/cli/conf.d/10-pdo.ini,
/etc/php5/cli/conf.d/20-pdo_mysql.ini,
pdo_mysql
pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
bianka@Ubuntu-VirtualBox:/var/www/html$ php -info |grep pdo
/etc/php5/cli/conf.d/10-pdo.ini,
/etc/php5/cli/conf.d/20-pdo_mysql.ini,
pdo_mysql
pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
If it’s not broken, keep fixing it until it is
Re: Installationsanleitung
Ich habe die neue Anleitung jetzt so weit fertig.
https://blackcat-cms.org/page/download/installation.php
https://blackcat-cms.org/page/download/installation.php
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
If it’s not broken, keep fixing it until it is
Re: Installationsanleitung
Das hast Du sehr schön gemacht.
MySQL läuft ja bereits denn phpMyAdmin läuft auch. Eine Datenbank konnte ich anlegen.
Ich werde noch mal die rechte überprüfen. Hast Die die Daten per FTP hochgeladen, oder direkt als sudo per SSH?
MySQL läuft ja bereits denn phpMyAdmin läuft auch. Eine Datenbank konnte ich anlegen.
Ich werde noch mal die rechte überprüfen. Hast Die die Daten per FTP hochgeladen, oder direkt als sudo per SSH?
Re: Installationsanleitung
Das ist eine virtuelle Maschine in einer Virtual Box, das heißt ich habe die Dateien von einem Netzwerk-Share kopiert. Ich denke wichtig ist, daß der Eigentümer der Dateien und Verzeichnisse derselbe ist, unter dessen Kennung der Webserver (httpd) läuft.
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
If it’s not broken, keep fixing it until it is