Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Chronicall on Linux Installation Guide?

Status
Not open for further replies.

atcom

IS-IT--Management
Aug 20, 2005
409
CA
Has anyone seen an installation guide for Chronicall on Linux? I'm sure not finding it on their partner portal...

Maybe it's so straightforward there's no manual required :)

-----------------------------------
4771494_orig.jpg

Calgary Telephone Systems, Avaya LG Asterisk (FreePBX) VOIP & TDM
 
I guess it was contained in the installation download via text file:

---------------------------
| Installation Instructions |
---------------------------

1 - Copy the Chronicall setup .zip file to the Chronicall server.

2 - Unzip the downloaded file.
unzip chronicall_rpm_32_setup_3_6_12.zip

3 - Navigate to the new directory.
cd chronicall_rpm_32_setup_3_6_12

4 - Log in as the root user if you haven't already done so.

5 - Change install.sh into an executable file.
chmod +x install.sh

6 - Launch install.sh.
./install.sh -serial SERIALKEY1234567890ABCDEFGHIJKLM

You can add additional parameters to the installation command in order to specify settings.
Any that you do not specify will be given default values and many can be changed later in
Chronicall's system settings. The only required parameter is -serial, unless you are
installing Chronicall in demo mode. If so, use -demo instead. To see all available parameters,
use the -help parameter or refer to the list below.

7 - Access Chronicall from your web browser.
localhost:9080

-------------------------
| Installation Parameters |
-------------------------

Chronicall Options

-jre_dir [file path]
Specifies the Java jre directory to use for running Chronicall.
The system default Java will be used if not specified.

-inst_dir [file path]
Specifies the installation directory. The default directory is
/var/lib/Xima Software/Chronicall.

-serial [serial key]
Passes your serial key to the Chronicall installer. This is required to complete
installation unless you are installing in demo mode.

-demo
Installs Chronicall in demo mode. See the Demo Tools article on the support site for
more information.

-license [file path]
Allows you to use a particular license file for validating your installation. This is
used for offline installations.

-sys_user [username]
Gives ownership of the Chronicall processes to the listed system user. This user will
be created if it doesn't already exist.

-db_user [username]
Enter a user name here if you plan to manually modify the Chronicall database. Most
users will not need to do so. The default user is 'Chronicall'.

-db_pass [password]
Enter a password for the specified database user. Do not change this setting unless
you plan to set up external access to the database. The default password is
'ChR0n1c@ll1337'.

-base_port [port]
To enable network traffic, Chronicall uses a range of 10 ports. By default, this range
begins with port 9080. If any port within this range is being used by a different
application, Chronicall will require you to choose a different port range. The base
port must be a multiple of 10.

IP Office Options

-ipo_ip [ip address]
Sets the IP address of the IP Office. If this is not set during installation, you will
need to set it in Chronicall's system settings later.

-ipo_pass [password]
The password to access the IP Office. The default password is 'password'.

Miscellaneous Options

-help: See a list of these parameters and their descriptions.

---------------------------------
| Start/Stop/Restart Instructions |
---------------------------------

Chronicall should begin running automatically after a successful installation. If you need to
start, stop, or restart the Chronicall services, use the following commands.

Chronicall
service chronicall start
service chronicall stop
service chronicall restart

Chronicall Database (requires root access)
service chronicall_database start
service chronicall_database stop
service chronicall_database restart

-----------------------------
| Uninstallation Instructions |
-----------------------------

1 - Navigate to the Chronicall/bin directory.
cd /var/lib/Xima\ Software/Chronicall/bin

2 - Run the uninstall script.
./uninstall.sh

-------
| Notes |
-------

- Java 7 is required in order to install and run Chronicall.

- Security programs such as SELinux can disrupt the database installation. You may need to
disable them until installation is complete.

- Remember to open the web server port after installation so that you can use your browser to
access Chronicall. By default, this port is 9080. You may also need to open the Realtime port
to use Realtime features. This port is 2 port numbers higher than your base port, meaning
9082 is the default Realtime port.

-----------------------------------
4771494_orig.jpg

Calgary Telephone Systems, Avaya LG Asterisk (FreePBX) VOIP & TDM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top