Linux system |
SuperMap iEdge (for Linux systems) currently provides the tar package products with the extension of .tar.gz, including:
all(tar)package: used for Windows、Linux、AIX and each platform system.
64 bit tar package: used for Linux_x64 system.
To make iEdge use and install on the Ubuntu operating system correctly (when iEdge is installed in other Linux operating system, you can skip step which is ready to install environment), you need to make following preparations in advance: login Ubuntu, install all the dependent libraries, install Chinese language package. If you make sure that openssh-server and other dependent libraries have been installed, you can skip Ready to install environment) step, and jump to install tat product package.
(1) Login Ubuntu system
(2) Insall openssh-server
For the current Ubuntu system install openssh-server, open the ssh service, users can transfer copy files by ssh-server. Commands are as follows:
sudo apt-get install openssh-server
(3) Install required library file
Before installing iSever, you need install dependent libraries, such as libx11-dev、xinit、gcc, libc6-i386 and ia32-libs. You can load the installed system CD to add related libraries, or manually install by obtaining related libraries on the corresponding system's website.
If you load the installed system CD, or on outside network, you can install related libraries by apt-get install command.
sudo apt-get install libx11-dev
sudo apt-get install xinit
sudo apt-get install gcc
sudo apt-get install libc6-i386
sudo apt-get install ia32-libs
Using simplified Chinese iServer needs Chinese environment. If the system is installed, but the Chinese language package is not installed, users can execute the following commands to install Chinese language package for systems:
sudo apt-get install language-pack-zh-hans
iEdge supports to be installed and used on Deepin 15.3 operating system. Installing iEdge on Deepin need not install dependent library, if your system language is not Chinese, you will need to modify for simplified Chinese. You can set in the graphical interface directly, also can set at the terminal.
commands for the terminal set are:
localedef -f UTF-8 -i zh_CN zh_CN.UTF-8
Ater set is completed, users can restart the iServer.
Before Installing, firstly please check that whether the machine meets the minimum hardware and software configuration requirements of SuperMap iEdge, if satisfied, please complete to install SuperMap iEdge on Linux system as the following steps(Here take Red Hat ® Enterprise Linux ® 5 as an example to introduce the process of the SuperMap iEdge installation) :
(1) Copy the obtained SuperMap iEdge installation package to a directory(such as /home/map/SuperMap) of the Linux operating system computer, use command line mode to locate the directory of .tar.gz file, for example: cd /home/map/SuperMap.
(2) Execute the following commands to unzip:
tar -zxvf filename .tar.gz
(3) After the above steps, namely, the installation of SuperMap iEdge is completed. Click Start the service and you can directly use iEdge, but you also need to Configure the license for using at the first time.
Only when the user do not want to use the SuperMap iEdge's JRE (Java Runtime Environment), users need to manually set. SuperMap iEdge defaults to use own JRE of the package (in %SuperMapiEdge2025%\support directory).
before manual configuration , you need to rename or delete jre directory in %SuperMapiEdge2025%\support directory.
(1) The process of setting environment variables in JRE (Version 1.8 or above) is following:
For example in the profile file (the default path is: /etc/profile) of the system set the JAVA_HOME as follows:
export JAVA_HOME=/JDK's directory
(2) Coding modes of setting system are as follows:
export LANG=zh_CN.UTF-8
export LANG=zh_CN.UTF-8
unset LC_CTYPE
(3) Execute source /etc/profile command to make the settings take effect
(4) Execute command to check whether the settings are correct.
echo $LD_LIBRARY_PATH
Advanced users can also directly modify %SuperMapiEdge2025%\bin\setenv sh to define the JRE.
Delete SuperMapiEdge2025 directory directly.