-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
19 lines (16 loc) · 868 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
installation steps (quick and dirty)
1. install libfcgi, available from www.fastcgi.com
2. install pike 7.6.24 or newer, available from pike.ida.liu.se
3. install Public.Web.FCGI, using this command (as root, if necessary):
/path/to/pike -x monger --install Public.Web.FCGI
4. configure scriptrunner using the provided configure script
./configure [--prefix=/install/to] [--with-pike=/particular/pike/path]
5. install (again, as root if necessary):
make install
6. Configure webserver of your choice
information on configuring Apache for FastCGI is available in
the document titled INSTALL.Apache
if your webserver requires the script to be within the document root,
you can just make a symbolic link like this:
ln -s /installed/scriptrunner/ScriptRunner.fcgi /web/dir/ScriptRunner.fcgi
7. adjust any settings in ScriptRunner as necessary