kaifa/本地开发调试.md

729 B

本地安装开发调试环境

nodejs

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

npm -v # 要求 3.10.10 sudo npm i npm@3.10.10 -g

建立运行目录

mkdir yunkong2-runtime

cd yunkong2-runtime

安装yunkong2 基本框架

npm install https://git.spacen.net/yunkong2/yunkong2/repository/master/archive.tar.gz --production

本地运行

node node_modules/yunkong2.js-controller/controller.js 

浏览器访问 http://127.0.0.1:8081

安装其他基础套件