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 JAVA_HOME.
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
标签:java,tar,make,sudo,jar,resin,安装 来源: https://www.cnblogs.com/wangzhanhua/p/10362824.html