1 Resin Download
Resin Official Download website, latest version download resin-4.0.36.tar.gz (free version)
Resin installation requires a pre-configured JDK, configure the JDK to see the above article
2 Resin Installation
(1) Decompression tar.gz
Tar zxvf resin-4.0.36.tar.gz
(2) Copy to/opt/
sudo cp-r resin-4.0.36/opt/
(3) Installation resin
sudo./configure--prefix=/opt/resin-4.0.36--with-java-home=/home/homer/eclipse/jdk1.6.0_22--enable-64bit
Make
Make install
3, Resin Verification
Start resin: ./bin/resin.sh start
appears, indicating that the installation was successful! In the browser, type: http://localhost:8080/
appear, you can click on the "Resin-admin" link, registered administrator rights, the specific configuration follow the instructions.
After registering, the/opt/resin-4.0.36/conf/admin-users.xml.generatedis generated by default, into its directory, the file admin-users.xml.generated modified to Admin-users.xml
Original link: http://www.linuxidc.com/Linux/2013-06/86092.htm
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Linux Resin Installation