Setting up and Running Infocenter
The following documentation outlines the steps required for setting up and running InfoCenter.
Downloading InfoCenter
To download InfoCenter, please follow the steps below:
- Open the Eclipse Downloads Archive and select the latest version within Archived Releases
- Within the chosen Eclipse platform build, select Platform Runtime Binary – the available downloads for your OS and CPU are displayed.
- Select the wanted version of Eclipse and save the file on your local disk:
Extracting and preparing InfoCenter
After you've downloaded the Eclipse SDK please follow these steps to prepare the InfoCenter:
Create a new directory on your local disk and name it Infocenter (you can use any other name, but we'll use this name for the rest of this guide)
- Extract the downloaded file:
- Windows / Linux: Extract the archive and copy the resulting eclipse directory into the new Infocenter directory
Mac: Only some parts need to be extracted:
- Your Infocenter directory should now contain a single eclipse folder (or upper-case Eclipse on Mac)
- Download the scripts for your OS and save them into the Infocenter directory
- Windows: Download startInfocenter.bat and stopInfocenter.bat
- Linux / Mac: Download infocenter.sh, open a terminal, navigate to the Infocenter directory and enter 'chmod a+x infocenter.sh ' to make the script executable.
- Open the downloaded scripts and see if you need to adapt the Java location or port for Infocenter
The InfoCenter is now prepared and can be started.
Running InfoCenter
Linux / Mac
In order to run InfoCenter on Linux or Mac, please follow these steps:
- Open the terminal and navigate to the Infocenter directory.
Enter the following line in the terminal and press Enter:
CODE./infocenter.sh
The line 'Starting up infocenter at http://localhost:4321/help/index.jsp ' is displayed.
Copy the URL and paste it in your browser. The InfoCenter will then be displayed with default content:
- If you want to quit the InfoCenter, press CTRL+C.
Windows
In order to run InfoCenter on Windows, simply double-click the startInfocenter.bat script.
To quit InfoCenter on Windows, double-click the stopInfocenter.bat script.
Display the exported Documentation in InfoCenter
Before you begin to deploy your documentation, you have to export it.
In order to display the exported documentation in InfoCenter, please follow these steps:
- Close all running InfoCenters.
- Copy the exported documentation file (.JAR) into 'Infocenter / eclipse / plugins'.
- Start the InfoCenter.
The exported documentation will then displayed in InfoCenter.