NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:installation:installieren [2010/01/15 08:21] Knut Heermann (flip-flop) |
deutsch:installation:installieren [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Die aktuelle //(stable)// Version von phpwcms finden Sie im [[http://code.google.com/p/phpwcms/downloads/list|Projekt-Repository]]. Wählen Sie das komprimiertes Archiv aus. Verwenden Sie einen Webbrowser zum Herunterladen des Installationspakets auf Ihre Festplatte. Wenn Sie einen Shell-Zugriff auf Linux-oder Mac OS X haben, können Sie "wget" zum direkten Download auf den Web-Server verwenden. | Die aktuelle //(stable)// Version von phpwcms finden Sie im [[http://code.google.com/p/phpwcms/downloads/list|Projekt-Repository]]. Wählen Sie das komprimiertes Archiv aus. Verwenden Sie einen Webbrowser zum Herunterladen des Installationspakets auf Ihre Festplatte. Wenn Sie einen Shell-Zugriff auf Linux-oder Mac OS X haben, können Sie "wget" zum direkten Download auf den Web-Server verwenden. | ||
| - | |||
| - | <note tip>Ich empfehle allerdings die [[http://www.phpwcms-docu.de/download-dev-versions.phtml|Docu: DEV - Version ZIP Format]] , da diese Version ebenso als Stabil zu betrachten ist und die letzten Neuerungen beinhaltet. | ||
| - | </note> | ||
| **Die letzte Version //(Release)// ist immer hier verfügbar:**\\ | **Die letzte Version //(Release)// ist immer hier verfügbar:**\\ | ||
| - | [[http://code.google.com/p/phpwcms/downloads/list|Stabile Entwicklerversion]]\\ | + | [[http://code.google.com/p/phpwcms/downloads/list|Stabile Entwicklerversion]] **(Empfohlen)** \\ |
| -> [[http://code.google.com/p/phpwcms/source/list|Committed Changes]] -> to\\ | -> [[http://code.google.com/p/phpwcms/source/list|Committed Changes]] -> to\\ | ||
| /* ->-> [[http://jgbm.de/checkout.phtml|The actual stable developer version (incl. Committed Changes)]] **(commended)**\\ */ | /* ->-> [[http://jgbm.de/checkout.phtml|The actual stable developer version (incl. Committed Changes)]] **(commended)**\\ */ | ||
| /* ->-> Thanks to Jürgen (DF6IH)\\ */ | /* ->-> Thanks to Jürgen (DF6IH)\\ */ | ||
| - | ->-> [[http://www.phpwcms-docu.de/download-dev-versions.phtml|Docu: DEV - Version ZIP Format]] **(Empfohlen)** \\ | + | ->-> [[http://www.phpwcms-docu.de/download-dev-versions.phtml|Docu: DEV - Version ZIP Format]] \\ |
| + | <note tip>Ich empfehle allerdings immer die [[http://www.phpwcms-docu.de/download-dev-versions.phtml|Docu: DEV - Version ZIP Format]] zu verwenden, da diese Version ebenso als stabil zu betrachten ist und die letzten Neuerungen beinhaltet. | ||
| + | </note> | ||
| - | ==== Unpack/Upload phpwcms ===== | + | ==== Entpacken/Hochladen von phpwcms ===== |
| - | After download uncompress the archive to a new directory. Be cautious to save all included path information. If you do not have installed an uncompression software on Windows try e.g. [[http://www.ghisler.com/index.htm|totalcommander]] or PowerArchiver. The content should look like the screenshot (totalcommander). | + | Nach dem Download entpacken Sie das Archiv in ein neues Verzeichnis. Geben sie darauf acht, dass auch alle Unterverzeichnisse autom. angelegt werden. Wenn Sie keine Entpacksoftware unter Windows installiert haben, versuchen Sie z.B. [[http://www.ghisler.com/index.htm|totalcommander]], [[http://www.filezilla.de/|FileZilla]] oder [[http://www.powerarchiver.com/|PowerArchiver]]. Der Inhalt sollte wie folgt aussehen: |
| - | Now open a FTP connection to your web space. You have to think about where to put phpwcms online. You can put phpwcms in any folder on your webspace – or put it directly into the web sever root. Copy the complete uncompressed structure via FTP to your web server. When this is done you have to check access rights for special files and folders | + | Screenshot //(TotalCommander)//. |
| - | * 777 DIR | + | {{:deutsch:installation:directory_structure01_1.gif?100 }} |
| + | |||
| + | |||
| + | Öffnen Sie nun eine FTP-Verbindung zu Ihrem Webspace. Denken sie darüber nach, an welchem Ort Sie phpwcms online stellen möchten. Sie können phpwcms in einem beliebigen Ordner auf Ihrem Webspace setzen - oder legen Sie das System direkt in das Websever Wurzelverzeichnis. Kopieren Sie die komplette Struktur unkomprimiert via FTP auf Ihren Webserver. Wenn dies geschehen ist, müssen Sie die Zugriffsrechte für spezielle Dateien und Ordner überprüfen. | ||
| + | |||
| + | |||
| + | * **777 Verzeichnisse ** | ||
| * content | * content | ||
| * content/ads | * content/ads | ||
| Line 40: | Line 45: | ||
| * upload | * upload | ||
| * template/template_lang | * template/template_lang | ||
| - | * 666 FILE | + | * **666 Dateien ** |
| * setup/setup.conf.inc.php | * setup/setup.conf.inc.php | ||
| * config/phpwcms/conf.indexpage.inc.php | * config/phpwcms/conf.indexpage.inc.php | ||
| * template/inc_css/frontend.css | * template/inc_css/frontend.css | ||
| - | * template/inc_default/startup.html | + | * template/inc_default/startup.php |
| \\ | \\ | ||
| - | All other files listed above can set to 644, directories to 755. Sometimes it can help to set mode to 766 for the following directories: template, inc_css. If you have further access problems try to set all files and directories to 777 (not recommend). | ||
| - | ===== Start semi-automatic setup process ===== | ||
| - | After you have successful copied phpwcms installation files to your webserver start the first time semi-automatic setup process by using the following link: | + | Alle anderen oben genannten Dateien können auf 644, Verzeichnisse auf 755 gesetzt werden. Sollte das System so nicht laufen hilft es manchmal die Rechte für die Verzeichnisse template und inc_css auf 766 zu setzen. Wenn Sie weitere Probleme beim Zugriff haben, versuchen Sie alle Dateien und Verzeichnisse auf 777 zu setzen **//(nicht empfohlen)//**. |
| - | http://www.mydomain.com/path_2_phpwcms/setup/index.php | + | ===== Starte den halbautomatischen Setup-Prozess ===== |
| + | |||
| + | FIXME Übersetzen | ||
| + | |||
| + | Nach dem erfolgreichen Hochladen der phpwcms-Installationsdateien auf den Webserver wird der Installationsprozess über den folgenden Link gestartet: | ||
| + | |||
| + | %%http://www.example.com/path_2_phpwcms/setup/index.php%% | ||
| On top of the setup index page is an info field that gives information to the system, server software, PHP version and the path in which phpwcms is installed. If you have a PHP version <4.2.1 you should not continue – recommend PHP version >4.3.0. To continue you have to agree the GPL licence – then click button to go to step 1 of phpwcms setup script. | On top of the setup index page is an info field that gives information to the system, server software, PHP version and the path in which phpwcms is installed. If you have a PHP version <4.2.1 you should not continue – recommend PHP version >4.3.0. To continue you have to agree the GPL licence – then click button to go to step 1 of phpwcms setup script. | ||
| Line 98: | Line 107: | ||
| Sometimes the ''$_SERVER["DOCUMENT_ROOT"]'' var is not available in PHP under Microsoft Internet Information Server. If so you have to insert the root value manually in the conf.inc.php. Do it like this: | Sometimes the ''$_SERVER["DOCUMENT_ROOT"]'' var is not available in PHP under Microsoft Internet Information Server. If so you have to insert the root value manually in the conf.inc.php. Do it like this: | ||
| - | <code php>$_SERVER["DOCUMENT_ROOT"] = '/home/where_my_web_root_is';</code> | + | <code php> |
| + | $_SERVER["DOCUMENT_ROOT"] = '/home/where_my_web_root_is'; | ||
| + | </code> | ||
| + | |||
| + | |||
| + | \\ | ||