[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 2 -------------------- 3 Installation Guide 4 -------------------- 5 6 7 Requirements 8 """""""""""" 9 10 PHP 4.1 or greater 11 PEAR packages: DB 12 A web server supported by PHP (Apache is most widely used) 13 A database with adequate support compiled into PHP 14 15 16 Installation 17 """""""""""" 18 19 The most common method of installing CleverMail is to grab the archive, 20 unzip it somewhere and run through the code making all the changes you need. 21 22 Here is the process: 23 24 1) Obtain clevermail*.zip or clevermail*.tgz 25 26 2) uncompress it into the directory you want 27 28 3) Make sure your directory structure is like this: 29 30 cm/ 31 cm/admin 32 cm/design 33 cm/docs 34 cm/install 35 36 4) If the previous stages were done locally, upload the whole directory to your 37 server. 38 39 5) Before updating from an older version of CleverMail, ... 40 41 6) Then you have two possibilities : 42 43 a) Use the online configuration tool by accessing 'cm/install/index.php' 44 45 b) Do it manually. Move into 'cm/admin/include' directory and make changes 46 to the 'appconfig.php' file (see 'docs/configuration.txt' for details 47 about the directives). 48 49 7) Once all this has been done, you should protect the config file (that 50 contains your login/password for db access). Look at your server 51 documentation to find out how to do this. 52 For the Apache server, you may need to create an ".htaccess" file 53 (without quotes) in the config subdir that contains: 54 55 <files appconfig.php> 56 Order Deny,Allow 57 Deny From All 58 </files> 59
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |