3.2. Installing SilkPage Distribution

To install SilkPage you only need to unpack the SilkPage distribution file. Unpacking the download file should result the directory structure shown in Section 3.3, “SilkPage Directory Structure”. Once unpacked, you can test the SilkPage installation by running the config target as shown in Example 1.1, “Installing SilkPage”.

Example 1.1. Installing SilkPage

unzip silkpage-VERSION-plus.zip

cd silkpage-VERSION

ant -f src/xml/build/tasks.xml config


   config:
     [echo] SilkPage (VERSION)
     [echo] user.name: jhe
     [echo] os.name: Linux
     [echo] temp.dir: /tmp
     [echo] DocBook Website installed ? true
     [echo] DocBook XSL installed ? true

    

Refer to Appendix C, Command Line Options for detailed information about SilkPage command line options. For troubleshooting, refer to Q & A D.3, “Installation”.