Install

Top  Previous  Next

Install like so:

Linux

rpm -i ngasiasmlinux.rpm

or

dpkg -i ngasiasmlinux.deb

 

For non RPM or DEB based Linux/Unix Environments:

Download ngasiasmlinux.tar.gz to /

cd /

tar zxf /ngasiasmlinux.tar.gz

rm -f tar zxf /ngasiasmlinux.tar.gz

chmod -R 755 /usr/java

chmod -R 755 /usr/saase

cd /usr/ngasi

wget --timeout=20 http://downloads.ngasi.com/misc/ngasiupdate.zip

unzip -q -o -a ngasiupdate.zip

rm -f ngasiupdate.zip

cp -f /usr/ngasi/webapps/ROOT/WEB-INF/ngasi/scripts/ngasi /etc/init.d/ngasi

cd /etc/init.d

chmod 700 /etc/init.d/ngasi

chkconfig --add ngasi

chkconfig --level 2345 ngasi on

update-rc.d ngasi defaults

 

 

 

NGASI will be installed in /usr/ngasi

 

NOTE: If NGASI was already installed, it must be uninstalled before

re-installing. This is done like so:

rpm -e ngasiasmlinux

 

NOTE: NGASI AppServer Manager may be started from the command line like so:

cd /usr/ngasi/bin

./startup.sh

 

Windows

execute ngasiasmwin.exe

NOTE: If NGASI was already installed,

it must be uninstalled before re-installing.

 

For Windows 64 Bit,

you must also execute the following from the dos prompt:

cd /d "%SystemDrive%\Windows\SysWOW64\inetsrv"

move Config Config.OLD

mklink /d Config "%SystemDrive%\Windows\System32\inetsrv\Config"

NOTE: Plesk, IIS, and NGASI should all not be running.

 

Applying the NGASI Update after installation is also recommended

(automatically done for non-Windows installs).