Sanav GC-101 Instalační manuál Strana 11

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 60
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 10
3) Installing/Compiling the OpenGTS Source
Important Note:
Installation of the supported OpenGTS features does require at least an intermediate knowledge of how to install and
configure systems services such as the Java compiler, Apache Ant, MySQL (or other SQL database server), Apache
Tomcat (or other servlet container), and other related technologies.
3.1) Unzipping/Installing the OpenGTS Source
On Linux systems, it is recommended that the OpenGTS zip file be unzipped and installed in the "/usr/local/"
directory. On Windows, it can be installed in any convenient directory, such as in the root partition of "C:\".
For the purposes of this document, we will assume that the target operating system is Linux-based, and that the location
where OpenGTS will be installed/unzipped is "/usr/local/OpenGTS_1.2.3/" (Note: you may need to choose
another installation directory if you do not have 'root' access on the target system). Adjust the file/path separators and
commands as necessary for your particular operating system, and chosen installation directory.
Install the OpenGTS source code:
Unzip the OpenGTS package in "/usr/local/" (this will need to be done as the "root" user), or other convenient
directory (on Windows, choose a directory where you would like this package to be placed – preferrably a path which
does not contain any embedded spaces). For instance, if the OpenGTS package to be installed is
"OpenGTS_1.2.3.zip", then the command to unzip the package would be:
/zzz> cd /usr/local
/usr/local> su root
/usr/local# unzip /tmp/OpenGTS_1.2.3.zip
/usr/local# chown -R user:group OpenGTS_1.2.3
/usr/local# exit
/usr/local> export GTS_HOME=/usr/local/OpenGTS_1.2.3
(the above assumes that OpenGTS_1.2.3.zip was downloaded to "/tmp/". If the OpenGTS zip file was downloaded
into a different directory, modify the above directory location and downloaded file name accordingly. Also, replace the
user name "user", and group name "group", above with the name of the user:group that you wish to have own the
OpenGTS installation).
(Also note that the "/zzz" directory name above is just a placeholder name which represents any current directory that
may be in effect before the "cd" command is issued).
3.2) Setting the Environment Variables
The following environment variable should be set to the installation directory of the corresponding package or
application:
JAVA_HOME – The Java JDK (NOT the JRE) installation directory.
ANT_HOME – The Apache Ant installation directory.
CATALINA_HOME – The Apache Tomcat installation directory.
GTS_HOME – The OpenGTS installation directory.
OpenGTS Configuration and Installation Manual Page 11 of 60
Zobrazit stránku 10
1 2 ... 6 7 8 9 10 11 12 13 14 15 16 ... 59 60

Komentáře k této Příručce

Žádné komentáře