# ouyeel **Repository Path**: wangyi0559/ouyeel ## Basic Information - **Project Name**: ouyeel - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: test - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2017-08-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ouyeel ### Prerequisites and setup: * [Docker](https://www.docker.com/products/overview) - v1.12 or higher * [Docker Compose](https://docs.docker.com/compose/overview/) - v1.8 or higher * **Node.js** v6.9.0 - 6.10.0 ( __Node v7+ is not supported__ ) * **forever** npm -g install forever * **jq** apt-get install jq * Download docker images ``` curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.0.sh | bash ``` ### 一键启动: ``` sudo su bash one.sh ``` ### 单独重新启动(root用户) ##### sdk ``` cd ouyeelSdk forever stop app.js forever start app.js ``` ### 前后台 ``` cd ouyeelProject lsof -i:3389 kill 前一条命令pid nohup npm start & ``` ### 浏览器 ``` cd fabric-explorer forever stop main.js forever start main.js ```