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
Click the Advance tab
Select Edit Config
Click Add
Set the details described above:
Set the name
Set the path
Set the URL
Click Save and Close editor
Example repositories
|
|
|
|
3 Extra Settings
These settings can be added to enhance or extend usability:
Define the webserver used, eg: value=”Paste”
<var name="webserver" desc="webserver" type="string" value="default"/>
Set the log level, eg: value=”22”
<var name="logLevel" desc="logLevel" type="integer" value="22"/>
Run ICE as a service, without the File View etc., eg: value=”True”
<var name="asServiceOnly" desc="asServiceOnly" type="boolean" value="False"/>
Run ICE as a server
<var name=”server” desc=”Ice as Server” type=”boolean” value=”True” />
If running as a server, change value to IP address
<var name="host" desc="host" type="string" value="localhost"/>
Add external access to ICE, if it's a server
<var name="enableExternalAccess" desc="enableExternalAccess" type="boolean" value="False"/>
Show breakdown of timing as a tool to determine performance
<var name="displayTiming" desc="displayTiming" type="boolean" value="False"/>
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"/>
Enable content tagging
<var name="enableTags" desc="enableTags" type="boolean" value="True"/>






