Added fortune plugin.
[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 You may have to edit plugins/fortune/setup.php and change the location
12 of fortune on your system. Simply modify the $fortune_location variable
13 This script was written on RedHat 6.2 as such fortune is expected in
14 /usr/games/fortune also if safe mode is enabled your going to have to
15 copy fortune into your safe_mode bin directory.
16
17 Then go to your config directory and run conf.pl. Choose option
18 8 and add the plugin (+). Save and exit, then that should be all
19 if the plugin was made correctly. :)
20
21 $ cd ../config
22 $ ./conf.pl