Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 615 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 615 Bytes

rocon_solution_webmanager

##Test version

  • Node.js version : 0.10.35

  • npm version : 1.4.28

  • 최종소스 : Node.js_3cha 를 다운로드 받으세요.

##Solution Manager Get Started

*Download and install Node.js. ex) node-v0.10.35-x86.msi

*Install node_modules

> npm install socket.io
> 
> npm install roslib
>
> npm install fs-readdir-recursive
>
> npm install github-api
>

*Start Node.js server.

> node rocon_server.js
>

*Start client web page on web browser.

http://localhost:8080 
or
http://<Node.js server ip address>:8080