Installation Instructions
Follow the steps below to install Xeams on any other platform including
UNIX (Solaris, HP-UX, AIX) and BSD.
- Log in as root
- Download the installer
- Extract the XeamsJava.tar file using the following command
tar -xf XeamsJava.tar
- Next, extract the XeamsJava.tar.gz file into any directory using the following command
gunzip -c Xeams.tar.gz | tar -xvf -
- Change the permissions on run.sh so that it becomes an executable by using the
following command.
chmod +x run.sh
- Execute run.sh to start the server
- Optionally, write a script to start the server when the machine restarts. Refer to the
documentation for your platform to see how to run scripts at startup.
- Using your browser connect to
http://localhost:5272
IMPORTANT: Installation file for these platforms does not come with a JRE (Java Runtime Environment). Therefore, you will need to install a JRE before installing Xeams. Additionally, java must be in your machine path.
If you are installing the server on Solaris, it is very likely that the JRE is already installed on the machine.