| Revision 3:cf375f1e7b0f,
            605 bytes
            checked in by Dsls <dsls@…>, 15 years ago
            (diff) | 
        
        
          | 
               
Ported Franck & Kozlika updates for user prefs, dedicated branch 
 
           | 
        
      
      
        
  | Line |   | 
|---|
| 1 | Welcome to Dotclear | 
|---|
| 2 |  | 
|---|
| 3 | WHAT YOU NEED TO RUN DOTCLEAR | 
|---|
| 4 | ----------------------------- | 
|---|
| 5 | In order to run Dotclear you need: | 
|---|
| 6 |  | 
|---|
| 7 |  * A web server (Apache, Cheerokee, lightHttpd, etc.) | 
|---|
| 8 |  * PHP 5.2 with the following modules: | 
|---|
| 9 |    * mbstring | 
|---|
| 10 |    * iconv | 
|---|
| 11 |    * simplexml | 
|---|
| 12 |    * mysql, postgresql or sqlite | 
|---|
| 13 |  * A database server (MySQL or PostgreSQL) or SQLite. | 
|---|
| 14 |  | 
|---|
| 15 |  | 
|---|
| 16 | INSTALLATION | 
|---|
| 17 | ------------ | 
|---|
| 18 | Copy inc/config.php.in to inc/config.php and fill in the fields with appropriate | 
|---|
| 19 | values. | 
|---|
| 20 |  | 
|---|
| 21 | If you intend to use MySQL or PostgreSQL, you'll have to create a database | 
|---|
| 22 | first. With SQLite, db/ folder will have to be writable by your web server. | 
|---|
       
      Note: See 
TracBrowser
        for help on using the repository browser.