Changeset 5918 in subversion


Ignore:
Timestamp:
Feb 27, 2012 7:12:41 AM (15 months ago)
Author:
thomasb
Message:

Better manual upgrading instructions: rsync plugins and skins to keep manually installed stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/UPGRADING

    r5069 r5918  
    3333   - ./SQL/ 
    3434   - ./program/ 
    35    - ./installer/ 
    36    - ./skins/default/ 
    37    - ./plugins/ 
    38 2. Run ./bin/update.sh from the commandline OR 
     352. rsync the contents of the following folders from your installation 
     36   directory into the target folder: 
     37   ./skins/ 
     38   ./plugins/ 
     393. Run ./bin/update.sh from the commandline OR 
    3940   open http://url-to-roundcube/installer/ in a browser and choose "3 Test config". 
    4041   To enable the latter one, you have to temporary set 'enable_installer' 
    4142   to true in your local config/main.inc.php file. 
    42 3. Let the update script/installer check your configuration and 
     434. Let the update script/installer check your configuration and 
    4344   update your config files and database schema as suggested by the updater. 
    44 4. Make sure 'enable_installer' is set to false again. 
    45 5. See Post-Upgrade Activities section. 
     455. Make sure 'enable_installer' is set to false again. 
     466. See Post-Upgrade Activities section. 
    4647 
    4748 
Note: See TracChangeset for help on using the changeset viewer.