11450a78556f91db756c32f4754651899ca02648
[squirrelmail.git] / plugins / fortune / INSTALL
1 Installing Fortune Plugin
2 =========================
3 Simply untar the file in the plugins directory, and make sure it is
4 in its own directory, and that the name of the directory is the name
5 of the plugin. Example below uses "fortune" as the name of the
6 directory:
7
8 $ cd plugins
9 $ tar -zxvf /usr/archives/fortune_plugin.tar.gz
10
11 Then go to your config directory and run conf.pl. Choose option
12 8 and add the plugin (+). Save and exit, then that should be all
13 if the plugin was made correctly. :)
14
15 $ cd ../config
16 $ ./conf.pl
17
18 Configuration is stored in config/fortune_config.php or
19 plugins/fortune/config.php. System won't load plugins/fortune/config.php,
20 if config/fortune_config.php is present. Default configuration values
21 are stored in plugins/fortune/config_default.php.