Server Installation

 

For Windows

 Java 1.6 and MySQL come bundled with the Nesstar server installer for windows. Hence o install the server imply down load the .exe file and double click it to run the installer. Follow the step-by-step installation wizard instructions.

For Linux

Before you install Nesstar your system should be installed with Java 1.6, Apache Ant (>=1.6)  and MySQL.

  1. Install Java Development Kit 1.6
  2. Install Apache Ant  (>= 1.6 )
  3. Install MySQL
  4. Configure your external database
  1.  Install, Configure and Launch your Nesstar Server

 

Note:
If you want to install Nesstar on a 64bit Linux system, you will need to make sure the following 32bit libraries are available:

Example for deb based systems: On a Ubuntu 10.04 system they can be installed by typing

sudo apt-get install ia32-libs lib32gcc1 lib32stdc++6


Example for rpm based systems: On a Fedora 13 system they can be installed by typing (as root)

yum install libstc++.i686