Opened 4 years ago
Closed 4 years ago
#1485865 closed Feature Patches (fixed)
updgrade documentation - copy plugins directory
| Reported by: | dan | Owned by: | |
|---|---|---|---|
| Priority: | 8 | Milestone: | 0.3-stable |
| Component: | Documentation | Version: | git-master |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Following the UPGRADING instructions strictly you could not install the plugins directory.
Add the new instruction 2 and renumber.
--- UPGRADING (revision 2522)
+++ UPGRADING (working copy)
@ -14,16 +14,17 @@
- ./program/
- ./installer/
- ./skins/default/
-2. Run ./bin/update.sh from the commandline OR
+2. Copy the ./plugins directory to your new installation.
+3. Run ./bin/update.sh from the commandline OR
open http://url-to-roundcube/installer/ in a browser. To enable
the latter one, you have to temporary set 'enable_installer' to true
in your local config/main.inc.php file.
-3. Let the update script/installer check your configuration and
+4. Let the update script/installer check your configuration and
update your config files as suggested by the updater.
-4. If suggested by the update script, run all commands in
+5. If suggested by the update script, run all commands in
./SQL/[yourdbtype].update.sql that are superscribed with the
currently installed version number.
-5. Make sure 'enable_installer' is set to false again.
+6. Make sure 'enable_installer' is set to false again.
Change History (1)
comment:1 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [fc110250].