File: INSTALL

package info (click to toggle)
squirrelmail-logger 2.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 180 kB
  • ctags: 207
  • sloc: php: 811; sh: 136; makefile: 40
file content (58 lines) | stat: -rw-r--r-- 1,672 bytes parent folder | download
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
Installing The Squirrel Logger Plugin
=====================================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 2.0 version of the
   squirrel_logger plugin.

  $ cd plugins
  $ tar -zxvf squirrel_logger-2.0-1.2.7.tar.gz


2) Change into the squirrel_logger directory, copy 
   config.sample.php to config.php and edit config.php, 
   making any adjustments as you deem necessary.

  $ cd squirrel_logger
  $ cp config.sample.php config.php
  $ vi config.php


3) If you will be using SQL logging, use the data schema
   provided in the README file to create your logging
   database table.  Any changes you make to it should be 
   coordinated with the SQL-related settings in config.php


4) 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



Upgrading The Squirrel Logger Plugin
====================================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 2.0 version of the
   squirrel_logger plugin.

  $ cd plugins
  $ tar -zxvf squirrel_logger-2.0-1.2.7.tar.gz


2) Change into the squirrel_logger 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.

  $ cd squirrel_logger
  $ 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).