This section contains in depth instructions on how to download the various components of the Aleri Product Family.
Installation Instructions for Aleri Streaming Platform
Installation Instructions for Coral8 Engine
Follow this procedure to download the Aleri Streaming Platform software for a 180-day trial. This is the full, commercial product; not a special edition with features disabled. The trial License Key that you will need to run the platform expires after 180 days. Contact Aleri if you need to extend the evaluation License Key.
1. Download the 180-day trial License Key. Be sure and save it to a location you will remember. During the installation process you will need to access the license key file.
2. Download the version of the software you wish to evaluate.
3. Download the Installation Guide and Release Note.
Aleri is happy to provide email support to users of trial licenses. Send any support enquiries to download.support@aleri.com. We will do our best to answer your questions promptly. Phone support is reserved for Aleri customers.
Microsoft Windows
Note for the Microsoft Vista users: Coral8 for Microsoft Vista must be installed and run from an account which has full administrative privileges. Please use default installation folders.
Download either the zip or exe format of the installation files from the Download page. The zip files need to be unzipped after they are downloaded, before they can be run. Run the installation programs, following the installation wizards. Accept all default settings. Once installation is done, you should have an icon on your desktop for each program you installed.
To get started with Coral8, first start the Coral8 Server (double-click on the Coral8 Server desktop icon), then start the Coral8 Studio (double-click on the Coral8 Server desktop icon). The Coral8 Studio will automatically try to connect to the Coral8 Server when Coral8 Studio starts up.
Linux
1. Download and unpack the installation tar-files using the tar command:
$ tar xvfz coral8-server-5.6.4-*.tar.gz
$ tar xvfz coral8-studio-5.6.4-*.tar.gz
2. Configure the Coral8 Server (see the coral8/install-server.sh file for more details):
$ ./coral8/install-server.sh
3. Start the Coral8 Server using the following command:
$ ./coral8/server/coral8-server.rc start
4. Start the Coral8 Studio using the following command:
$ ./coral8/studio/coral8-studio.sh
Solaris
1. Download and unpack the installation tar-files using the tar command:
$ gunzip -c coral8-server-5.6.4-*.tar.gz | tar xvf -
$ gunzip -c coral8-studio-5.6.4-*.tar.gz | tar xvf -
2. Configure the Coral8 Server (see the coral8/install-server.sh file for more details):
$ ./coral8/install-server.sh
3. Start the Coral8 Server using the following command:
$ ./coral8/server/coral8-server.rc start
4. Start the Coral8 Studio using the following command:
$ ./coral8/studio/coral8-studio.sh