I just got my Chronicall installed but now I need to install my Recording Library and/or Multimedia service, how do I accomplish that?
See Important Notes for 4.0 and 4.2.10 at bottom of page
Steps
- Start off by visiting our downloads page at ximasoftware.com/downloads.
- Here we ask for your Xima Serial Key, so have that ready.
- Navigate to the most recent build of Chronicall.
- Right-click on the Apps option of the build that suits your needs (Debian or RPM) and select Copy link address.
- Make sure it matches up with the build you're using. In our example, we will be using the 64-bit installer.
- Paste that copied link onto a note pad.
- Right-click on the Apps option of the build that suits your needs (Debian or RPM) and select Copy link address.
- After that is complete, navigate to a directory you would like to place the Chronicall installers. This can be a directory tailor-made for this purpose so you can delete the files once the task is done.
- Once there, type the following command:
wget -O '(Name of your choice).tar.gz' 'https://(rest of the link that was copied from Chronicall)'
- After executing, you should see something like this (red):
- Once there, type the following command:
- Here, we run our next command (orange, above)
tar -xzf (Name we specified earlier).tar.gz
- After this is done, and our files inflated, we can now navigate to the newly created directory hosting our installer (purple & yellow)
- Here we type in the following command: (red, above)
- ./install.sh -Applicable_Service_Name (reference items below) -chron_ip (IP Address of Hosting Chronicall Server) -chron_port (typically 9080)
- Example of a full install of everything:
-chron_ip 10.0.0.118 -chron_port 9080 -realtime_node -realtime_ip 10.0.0.112 -realtime_reg_port 9092 -realtime_port 9082 -recording_library -rec_sys_id 1 -datagrid_node -multimedia_server
- Executing this should be the last and final step!
Important Note for 4.0 and above
- When installing new apps using Chronicall 4.0 and above, you will need to use the
-chron_docbase
option with the full URL instead of-chron_port
and-chron_ip
- E.g.
-
./install.sh -multimedia_server -chron_docbase http://192.168.254.22:9080
-
- E.g.
Important Note for 4.2.10 and above
- When installing new apps using Chronicall 4.2.10 and above, you will need to use
-admin_user
and-admin_password
with the Administrator credentials that you use to log into Chronicall/ACR- E.g.
-
./install.sh -multimedia_server -admin_user Administrator -admin_password password -chron_docbase http://192.168.254.22:9080
-
- NOTE: For recording library apps you will still use the
-rec_sys_id 1
to identify which recording library you are installing
- E.g.