Difference between revisions of "Server Installation Guide"

m
m (→‎Installing NetXMS Server on UNIX: version template used)
Line 34: Line 34:


= Installing NetXMS Server on UNIX =
= Installing NetXMS Server on UNIX =
1. Download the latest version from http://www.netxms.org/download, if you don't have it. You will need source archive (named netxms-''VERSION''.tar.gz, for example netxms-0.2.11.tar.gz). Please note that in the following steps ''VERSION'' will be used as a substitution for an actual version number.<br/>  
1. Download the latest version from http://www.netxms.org/download, if you don't have it. You will need source archive (named netxms-''VERSION''.tar.gz, for example netxms-{{version}}.tar.gz). Please note that in the following steps ''VERSION'' will be used as a substitution for an actual version number.<br/>  


2. Unpack the archive:
2. Unpack the archive:


  $ tar zxvf netxms-''VERSION''.tar.gz
  $ tar zxvf netxms-{{version}}.tar.gz




3. Change directory to netxms-version and run configure script:
3. Change directory to netxms-version and run configure script:


  $ cd netxms-''VERSION''
  $ cd netxms-{{version}}
  $ sh ./configure --with-server --with-mysql --with-agent
  $ sh ./configure --with-server --with-mysql --with-agent


38

edits