jehc/ros_ide
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To run the server:
# compile the javascript for the webapp
cd webapp && python build.py release
# run the two servers (static files and dynamic socket.io)
cd server && python server.py
Dependencies:
node.js
socket.io
pyyaml
paramiko (ssh module)
json module (needs python2.6+)