NAVIGATION
This shows you the differences between two versions of the page.
|
english:installation:install [2010/01/16 15:58] Claus |
english:installation:install [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| **Latest release always available here**\\ | **Latest release always available here**\\ | ||
| - | [[http://code.google.com/p/phpwcms/downloads/list|Stable developer version]]\\ | + | [[http://code.google.com/p/phpwcms/downloads/list|Stable developer version]] **(commended)** \\ |
| -> [[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]] **(commended)** \\ | + | ->-> [[http://www.phpwcms-docu.de/download-dev-versions.phtml|Docu: DEV - Version ZIP Format]] \\ |
| <note tip>However, I always recommend using the [[http://www.phpwcms-docu.de/download-dev-versions.phtml|Docu: DEV - Version ZIP Format]] as this version is considered stable and includes the latest changes. | <note tip>However, I always recommend using the [[http://www.phpwcms-docu.de/download-dev-versions.phtml|Docu: DEV - Version ZIP Format]] as this version is considered stable and includes the latest changes. | ||
| Line 46: | Line 46: | ||
| * 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 be set to 644, directories to 755. Sometimes it can help to set the 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 at all)//**. | All other files listed above can be set to 644, directories to 755. Sometimes it can help to set the 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 at all)//**. | ||
| Line 54: | Line 54: | ||
| After haveing copied phpwcms installation files to your webserver successfully you will start the first-time semi-automatic setup process by using the following link: | After haveing copied phpwcms installation files to your webserver successfully you will start the first-time semi-automatic setup process by using the following link: | ||
| - | http://www.mydomain.com/path_2_phpwcms/setup/index.php | + | %%http://www.example.com/path_2_phpwcms/setup/index.php%% |
| On top of the setup index page is an info field displaying information about the system, server software, PHP version and the path where phpwcms is installed. If you have a PHP version <4.2.1 you should not continue – recommended PHP version >4.3.0. To continue you have to agree to the GPL licence – then click the button to go to step 1 of the phpwcms setup script. | On top of the setup index page is an info field displaying information about the system, server software, PHP version and the path where phpwcms is installed. If you have a PHP version <4.2.1 you should not continue – recommended PHP version >4.3.0. To continue you have to agree to the GPL licence – then click the button to go to step 1 of the phpwcms setup script. | ||