Linux Resin Installation

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.