4.3.2. Resin (Linux Version) Installation¶
4.3.2.1. Installation¶
Place the <resin-pro-4.0.37.tar.gz> file of the enclosed directory to the arbitrary path.
Expand the file.
# tar xzvf resin-pro-4.0.xx.tar.gzFrom the directory where the source code of Resin is expanded, please execute the following.
# ./configure --prefix=<%RESIN_HOME%> # make # make installWarning
- In case of 64bitOS
Please add 64bit option to configure.
# ./configure --prefix=<%RESIN_HOME%> --enable-64bitNote
In case the execution user who executes “make install” has the root authority, startup script resin is created under /etc/init.d directory.
Note
In Linux environment, if multi-byte characters get corrupted when the images are displayed on the screen of intra-mart Accel Platform, settings shown below would be needed.
After downloading [IPA Font], please decompress the ZIP file.
Copy the font file with [.ttf] extension to the <%JAVA_HOME%/jre/lib/fonts> directory.
- Save <%STORAGE_PATH%/system/fontconfig/jre/lib/fontconfig.properties.linux> fileas <%JAVA_HOME%/jre/lib/fontconfig.properties>.Or,Rename <%JAVA_HOME%/jre/lib/fontconfig.properties.src> to <fontconfig.properties>, add the setting below, and save it.
(Top) # # Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. # # fontconfig.properties using "IPA font" ######### Additions are made from here ######### # The IPA font is an outline font in accordance with JIS X 0213:2004. # URL -> http://ossipedia.ipa.go.jp/ipafont/ # IPA gothic : ipag.ttf # IPA P gothic : ipagp.ttf # IPA UI gothic : ipagui.ttf # IPA mincho : ipam.ttf # IPA P mincho : ipamp.ttf ######### Additions end here ######### # Version ・ ・ ・ ######### Additions are made from here ######### # Font File Names filename.-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf ######### Additions end here ######### (Bottom)
- Rename the valid <fontconfig.OS.Version.properties> and <fontconfig.OS.Version.bfc>in the <%JAVA_HOME%>/jre/lib> directory.Example)・ fontconfig.RedHat.bfc → fontconfig.RedHat.bfc.back・ fontconfig.Sun.bfc → fontconfig.Sun.bfc.back・ fontconfig.bfc → fontconfig.bfc.back
4.3.2.2. Placement of JDBC Driver¶
Download the JDBC driver.
- Please see below for information about where you can get the JDBC driver.
Copy the downloaded JDBC driver to the directory below.
<%RESIN_HOME%/lib>