SuperMap iPortal currently provides 64-bit decompressed packages (with .zip extensions) , and this form of distribution makes users to use on Windows systems.
Pre-installation configuration (optional)
By default, SuperMap iPortal can meet your trial needs without any installation configuration. If you use iPortal in a real production environment, it is recommended that you perform the following optional installation configurations depending on your business needs.
- Database configuration: SuperMap iPortal portal data stored in the SQLite database by default, no installation and configuration are required. However, for large data volume and high concurrency, it is recommended that you configure the MySQL/Oracle/PostgreSQL database.
- Account initialization configuration: SuperMap iportal supports the configuration of environment variables to initialize the administrator account. After starting the service, you can directly access the portal homepage without entering the "Configuration Wizard" page to create an account and log in with the initialized administrator account.
Product installation
It is recommended that the installation path of SuperMap iPortal is an English directory, and please note that the installation path cannot contain spaces. After unpacking, you will see the startup file startup.bat of the iPortal service in the [SuperMap iPortal product directory]/bin directory, just double-click to run.
If the SuperMap iPortal product directory is under the operating system disk (C drive), the service startup will fail due to the operating system's authority can not be written to the log file. At this point, You need to run startup.bat as an administrator. For specific operations, open cmd.exe (Administrator: command prompt) as an administrator, switch the path to [SuperMap iPortal product directory]/bin, and run startup.bat as follows:
C:\WINDOWS\system32>cd /d C:\Windows\supermap-iportal-10.1.1-win64-zip\bin
C:\Windows\supermap-iportal-10.1.1-win64-zip\bin>startup.bat
Post-installation configuration (optional)
Only when the user does not want to use the JRE (Java Runtime Environment) that comes with SuperMap iPortal 10i(2020), manual configuration is required. SuperMap iPortal 10i(2020) defaults to use the JRE that comes with the package (located in the %SuperMap iPortal_HOME%/support directory).
Before manual configuration, you need to rename or delete the jre directory under the %SuperMap iPortal _HOME%/support directory.
Setting the environment variables for JRE (1.8 or later) as follows:
- If JDK was installed, set JAVA_HOME to the JDK directory.
- If JRE was installed, set JRE_HOME to the JRE directory.
Advanced users can also customize JRE by directly modifying% SuperMap iPortal_HOME%/bin/setenv.bat.
Product uninstallation
After stopping the iPortal service, you can directly delete the decompression directory of SuperMap iPortal 10i(2020).