Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.58 KB

install.md

File metadata and controls

50 lines (37 loc) · 1.58 KB

Environment

  • Windows XP or newer
  • Microsoft Visual C++ compiler

Apache 2.2

${APACHE_PATH} -- default is C:\Apache2

Perl

If installing from zip -- don't forget to run bat files in root directory after unpacking

${PERL_PATH} -- default is C:\Strawberry

Firebird >=2.1

${FIREBIRD_PATH} -- default is "C:\Program Files\Firebird\Firebird_2_1"

Aspell installation (not fully functional!)

aspell_path -- default is C:\Aspell or "C:\Program Files\Aspell"

Add ${ASPELL_PATH}\bin to PATH

!!! Problem with dictionaries - perl cannot find en_US dictionary !!!

#Apache config Add to httpd.conf

LoadModule perl_module modules/mod_perl.so
LoadModule apreq_module modules/mod_apreq2.so

Uncomment in httpd.conf module #LoadModule expires_module module/mod_expires.so

LoadModule expires_module module/mod_expires.so

Uncomment in httpd.conf vhosts config file #Include conf/extra/httpd-vhosts.conf

Include conf/extra/httpd-vhosts.conf

#Automatic script Run deploy.bat and follow instructions