1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Installing Quick Save
=====================
1) Start with untaring the file into the plugins directory.
Here is a example for the 2.2 version of the quicksave plugin.
$ cd plugins
$ tar -xzvf quicksave-2.2-1.1.0.tar.gz
2) If you want to change the default behavior of the plugin,
(not recommended), change into the quicksave directory,
copy config.sample.php to config.php and edit config.php,
making adjustments as you deem necessary.
----- optional -----
$ cd quicksave
$ cp config.sample.php config.php
$ vi config.php
----- optional -----
3) Then go to your config directory and run conf.pl. Choose
option 8 and move the plugin from the "Available Plugins"
category to the "Installed Plugins" category. Save and exit.
$ cd ../../config/
$ ./conf.pl
4) Also, please verify that you have the "Compatibility" plugin
installed (but not necessarily activated).
5) Translations are not included in this package. To get a
translation, download the language pack needed from:
http://www.squirrelmail.org/download.php
Upgrading Quick Save
====================
1) Start with untaring the file into the plugins directory.
Here is a example for the 2.2 version of the quicksave plugin.
$ cd plugins
$ tar -xzvf quicksave-2.2-1.1.0.tar.gz
2) Change into the quicksave directory, check your config.php
file against the new version, to see if there are any new
settings that you must add to your config.php file. (This
step only applies if you have created a config.php file
under step 2 above when you first installed the plugin.)
$ diff -u config.php config.sample.php
Or simply replace your config.php file with the provided sample
and reconfigure the plugin from scratch (see step 2 under the
installation procedure above).
|