Blog | Roadmap | Browse Source | View Tickets | Register | Trac Login | Forgot Password?

Configure ICE

1 ICE settings information

Name

xpath

Description

Port number

iceWebPort

HTTP port, set to 8000 by default. If you are running another server on your system with this port number, then choose another, eg 8001.

Hostname

iceWebHost

Hostname is set to localhost by default, use this ONLY if required

Path to OpenOffice.org

oooPath

File location where OpenOffice.org has been installed.

OpenOffice port number

oooPort

Port OpenOffice.org runs on, this is set to 2002 by default

Email from Address

emailFromAddress

User email address

Email SMTP Server

emailSmtpServer

User SMTP email server

Email Username

emailUsername

Username for authentication against the SMTP server

2 Repository set-up

If you are a USQ staff member, contact ICE Support, otherwise, follow the instructions below for setting up a file repository.

2.1 Repository information

Name

Description

Name

Name of the repository.

Path

File system location of the content. ICE creates this folder on checkout of content.

URL

HTTP location of the SVN database

Export path

Content is exported to this location if exporting from the Publish Tab. Ensure write-permissions for this folder are correct.

Document template

Location of the template documents used to create ICE content.

2.1.1 Setup a repository

  1. Click the Advance tab

  2. Select Edit Config

  3. Click Add

  4. Set the details described above:

    • Set the name

    • Set the path

    • Set the URL

    • Click Save and Close editor

graphics17 

Note
  • If you have entered a http subversion repository, ICE will check it out automatically.

  • If the repository requires a username, a login page will display before checking out the content.

  • To remove a repository, choose clear to remove the contents and save changes.

Example repositories

 

Example file repository

*Name:

documentation

*Path:

C:/Documents and Settings/$user/My Documents/Documentation

URL:

file:///c:/temp/local-rep

* Required

 

Example HTTP file repository

*Name:

documentation

*Path:

C:/Documents and Settings/$user/My Documents/ICE

URL:

http://ice.usq.edu.au/svn/ice/downloads/latest/documentation

* Required

3 Extra Settings

These settings can be added to enhance or extend usability:

  1. Define the webserver used, eg: value=Paste

    <var name="webserver" desc="webserver" type="string" value="default"/>
  2. Set the log level, eg: value=22

    <var name="logLevel" desc="logLevel" type="integer" value="22"/>
  3. Run ICE as a service, without the File View etc., eg: value=True

    <var name="asServiceOnly" desc="asServiceOnly" type="boolean" value="False"/> 
  4. Run ICE as a server

    <var name=server desc=Ice as Server type=boolean value=True /> 
  5. If running as a server, change value to IP address

    <var name="host" desc="host" type="string" value="localhost"/> 
  6. Add external access to ICE, if it's a server

    <var name="enableExternalAccess" desc="enableExternalAccess" type="boolean" value="False"/>
  7. Show breakdown of timing as a tool to determine performance

    <var name="displayTiming" desc="displayTiming" type="boolean" value="False"/>
  8. Add an ICE conversion service as a companion server that converts file types

    <var name="convertUrl" desc="convertUrl" type="string" value="http://ice-service.usq.edu.au/api/convert"/>
  9. Enable content tagging

    <var name="enableTags" desc="enableTags" type="boolean" value="True"/>     
previous up next