Xeams Home » Products » Xeams
Software Download
Xeams
Select the download links below that is appropriate for your platform
Installation instructions
| Windows: |
Follow the steps below to install Xeams on a Microsoft Windows machine.
- Log in as Administrator
- Download the installer or click here to download Xeams without an Installer
- Extract the zipped file and run setup.exe
- Towards the end of installation, the installer will install a new service for Xeams and will start it in the back-ground. In future, use Windows services applet in the Control Panel to start and stop the service
- Using your browser connect to
http://localhost:5272
VERY IMPORTANT Do NOT install Xeams in the Program Files folder, particularly if you are installing it on Windows Vista or 2008. The server
creates several folders and files in the installation directory once program starts running. You will run into permission problems if you try to install it in the Program Files folder.
Click here for some screen shots and click here for a few troubleshooting tips. Click here to view installation scenarios.
|
| Linux: |
Follow the steps below to install Xeams on a Linux machine.
- Log in as root
- Download the installer
- Extract the tar file using the following command
tar -xf XeamsLinux.tar
- Ensure the permissions for Install.sh is set as an executable. If not,
use the
chmode +x Install.sh command to change its permission
- Execute Install.sh script
- By default, the installation script will install the server in
/opt folder.
You can change this location to any other value if desired. Additionally, it will create necessary scripts in /etc/init.d/ folder so that the server comes up when you restart the machine.
- Using your browser connect to
http://localhost:5272
Click here for some troubleshooting tips. Click here to view installation scenarios.
|
| Other: |
Follow the steps below to install Xeams on any other platform including
UNIX (Solaris, HP-UX, AIX), MacOSx and BSD.
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 or MacOSx, it is very likely that the JRE is already installed on the machine.
- Log in as root
- Download the installer
- Extract the tar file into any directory using the following command
gunzip -c XeamsJava.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
Click here for some troubleshooting tips. Click here to view installation scenarios.
|