Changeset 83ce4bb in github


Ignore:
Timestamp:
Feb 18, 2008 5:54:05 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
cc735fb
Parents:
e509121
Message:

Correct/clarify installation hints

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r5812134 r83ce4bb  
    44This file describes the basic steps to install RoundCube Webmail on your 
    55web server. For additional information, please also consult the project's 
    6 wiki page at 
    7       
    8      http://trac.roundcube.net/wiki 
     6wiki page at http://trac.roundcube.net/wiki 
     7 
    98 
    109REQUIREMENTS 
     
    8988 
    9089Make sure your configuration points to the sqlite.db file and that the 
    91 webserver can write to the file. 
     90webserver can write to the file and the directory containing the file. 
    9291 
    9392 
     
    122121        php_value       upload_max_filesize     2M 
    123122 
     123 
    124124UPGRADING 
    125125========= 
  • UPGRADING

    rb37599d r83ce4bb  
    55of RoundCube Webmail. 
    66 
     7from version 0.1-rc2 
     8---------------------------------------- 
     9* replace index.php 
     10* replace all files in folder /bin/ 
     11* replace all files in folder /program/ 
     12* replace all files in folder /skins/default/ 
     13 
     14 
    715from version 0.1-rc1 
    816---------------------------------------- 
    917* replace index.php 
     18* replace all files in folder /bin/ 
    1019* replace all files in folder /program/ 
    1120* replace all files in folder /skins/default/ 
     
    1726---------------------------------------- 
    1827* replace index.php 
     28* replace all files in folder /bin/ 
    1929* replace all files in folder /program/ 
    2030* replace all files in folder /skins/default/ 
     
    3141---------------------------------------- 
    3242* replace index.php 
     43* replace all files in folder /bin/ 
    3344* replace all files in folder /program/ 
    3445* replace all files in folder /skins/default/ 
  • config/db.inc.php.dist

    r60dd087 r83ce4bb  
    66 |                                                                       | 
    77 | This file is part of the RoundCube Webmail client                     | 
    8  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
  • config/main.inc.php.dist

    r45a470a r83ce4bb  
    66 |                                                                       | 
    77 | This file is part of the RoundCube Webmail client                     | 
    8  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
     
    155155 
    156156// display these folders separately in the mailbox list. 
    157 // these folders will automatically be created if they do not exist 
     157// these folders will also be displayed with localized names 
    158158$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); 
    159159 
Note: See TracChangeset for help on using the changeset viewer.