iPLAss installation summary

1. What is iPLAss?

iPLAss is a java-based development platform whose main purpose is to improve productivity in enterprise-class system development. Provides features that enable non-programming development on the MVC pattern-based development framework Achieves both high productivity and customizability.

2. Prerequisites

This procedure presupposes the following:

--Windows environment. --JDK11 (OpenJDK) must be installed.

3. Environment construction

Installation of Apache Tomcat (hereinafter referred to as Tomcat)

Download the Tomcat 9 installer from the Tomcat Download Site (https://tomcat.apache.org/download-90.cgi).

Core"32-bit/64-bit Windows Service Installer"download

Run the downloaded installer and install it in any location.

b. Install MySQL

Download the MySQL Installer (5.7) installer from the MySQL Download Site (https://dev.mysql.com/downloads/windows/installer/5.7.html).

"Windows (x86, 32-bit), MSI Installer"download

Run the downloaded installer and install it in any location. Please set the following at the time of installation.

Setup Type = Server only
Type and Networking:ConfigType = Dedicated Machine

Set up MySQL (my.ini and my.cnf). Change the settings as shown in the example below.

By default, the configuration file has my-default.ini in the folder of MySQL Server itself, but it is not here. Edit my.ini associated with the database (in Windows, my.ini under the default C: \ ProgramData \ MySQL).

  [client]
  default-character-set=utf8mb4

  [mysql]
  default-character-set=utf8mb4

  [mysqld]
  character-set-server=utf8mb4
  max_allowed_packet=100M
  transaction-isolation=READ-COMMITTED
  query_cache_size=0 
  lower_case_table_names=1
  innodb_file_format=Barracuda 
  innodb_file_per_table=1
  innodb_large_prefix=1 
  internal_tmp_disk_storage_engine=MyISAM

Please change other items according to the situation. Restart MySQL when you have finished modifying the file.

c. Installing the MySQL JDBC driver

Extract the downloaded file to any location.

C:\Program Files (x86)\MySQL\Connector J 8.0

Copy the JDBC driver file in the extracted folder to the following location of Tomcat installed in the previous step.

%CATALINA_HOME%\lib

iPLAss home directory The directory set in the environment variable "IPLASS_HOME" becomes the iPLAss home directory. Unless otherwise specified, the following directory will be the iPLAss home directory.

%USERPROFILE%\.iplass

4. Install iPLAss

Obtaining the installer file (iplass.war)

If you do not have the installer file, use one of the following methods to get it. Download the iPLAss Installer from the Download Site (https://iplass.org/downloads/).

b. Deploy iplass.war on Tomcat

Copy the obtained "iplass.war" to the following location on Tomcat.

%CATALINA_HOME%\webapps If Tomcat is not running, copy the WAR file and then start Tomcat. If Tomcat is already running, copying the WAR file will automatically start the deployment.

c. Displaying the setup screen

Enter the following URL in your web browser to access the setup screen. The URL of the iPLAss setup screen is as follows.

http://localhost:8080/iplass

Or

http://<Server host name or IP address>:8080/iplass

For the time being, that's it.

Recommended Posts

iPLAss installation summary
Summary
Object-oriented summary
OpenJDK installation
Docker installation
Wildfly installation
ransack summary
Gradle installation
java installation