Pre-installation configuration

Feedback


Verify that your machine meets the minimum hardware & software requirements before installing SuperMap iPortal. After that, you also should check the necessary environment preparation, such as the dependent libraries, license and so on.

Supermap iPortal by default does not need any installation configuration to meet your trial requirements. It is recommended that you make optional database configurations depending on your business needs.

Ubuntu

When installing iServer on Ubuntu 14 Server operating system, it needs some dependent libraries to use iServer, such as libx11-dev, xinit, and gcc, etc. You can use the OS setup disk to install or manual install from Ubuntu website. You can install the related libraries through the apt-get install order.

sudo apt-get install libx11-dev

sudo apt-get install xinit

sudo apt-get install gcc

sudo apt-get install libgomp1

sudo apt-get install libxtst6

sudo apt-get install libxi6

sudo apt-get install libc6-i386

sudo apt-get install ia32-libs

Simplified Chinese version of iPortal requires Chinese environment If you have not installed the Chinese Language package while installing the Ubuntu system, you can perform the following command to install the Chinese language package for the system:

sudo apt-get install language-pack-zh-hans

 

Configuring license

When you use iPortal for the first time, you need to configure license.

Database configuration

The portal data of SuperMap iPortal is stored in the SQLite database by default without installation and configuration. However, it is recommended that you configure the MySQL/Oracle/PostgreSQL database for large data volume and high concurrency. For details, please refer to database configuration.