resin 安装
Posted wangzhanhua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了resin 安装相关的知识,希望对你有一定的参考价值。
Other Unix, Linux, Solaris, and Mac OS X
- Install JDK 6 or later and link /usr/java to the Java home or define the environment variable
tar -vzxf resin-4.0.x.tar.gz
cd resin-4.0.x
./configure
- some details on the ./configure options.
make
sudo make install
- Execute
sudo resinctl start
- or run
java -jar lib/resin.jar start
- or run
- Browse to http://localhost:8080
以上是关于resin 安装的主要内容,如果未能解决你的问题,请参考以下文章