Changeset 5918 in subversion
- Timestamp:
- Feb 27, 2012 7:12:41 AM (15 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/UPGRADING (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/UPGRADING
r5069 r5918 33 33 - ./SQL/ 34 34 - ./program/ 35 - ./installer/ 36 - ./skins/default/ 37 - ./plugins/ 38 2. Run ./bin/update.sh from the commandline OR 35 2. rsync the contents of the following folders from your installation 36 directory into the target folder: 37 ./skins/ 38 ./plugins/ 39 3. Run ./bin/update.sh from the commandline OR 39 40 open http://url-to-roundcube/installer/ in a browser and choose "3 Test config". 40 41 To enable the latter one, you have to temporary set 'enable_installer' 41 42 to true in your local config/main.inc.php file. 42 3. Let the update script/installer check your configuration and43 4. Let the update script/installer check your configuration and 43 44 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.45 5. Make sure 'enable_installer' is set to false again. 46 6. See Post-Upgrade Activities section. 46 47 47 48
Note: See TracChangeset
for help on using the changeset viewer.
