Ignore:
Timestamp:
2009-03-30T15:08:32+13:00 (15 years ago)
Author:
oranfry
Message:

changes to get apache into the release and working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/installer/build.xml

    r18703 r18840  
    4242        <delete file="core.comp"/>
    4343
    44         <echo message="Installing Servers"/>
     44        <echo>Installing Servers</echo>
    4545        <copy tofile="${installDir}/cgi-bin/oaiserver.cgi" file="${installDir}/bin/linux/oaiserver.cgi"/>
    4646        <copy tofile="${installDir}/cgi-bin/library.cgi" file="${installDir}/bin/linux/library.cgi"/>
     
    9494
    9595        <rsr file="${installDir}/etc/main.cfg" pattern="^status .*" replacement="status enabled"/>
     96
     97        <echo>Setting up apache web server</echo>
     98        <exec dir="${installDir}" executable="${installDir}/apache-httpd/linux/install-bindist.sh">
     99            <arg value="${installDir}/apache-httpd/linux"/>
     100        </exec>
    96101
    97102        <echo>Creating installation properties file</echo>
Note: See TracChangeset for help on using the changeset viewer.