Installation on PC - nodesign/weio GitHub Wiki

WeIO Installation on PC

Install Python prerequisites

N.B. Python version used is 2.7

Python requirements for WeIO are following:

drasko@Lenin:~/weio$ cat requirements.txt 
tornado
sockjs-tornado
pyserial
futures

Use pip to install them, and this can be done in one go:

pip install -r requirements.txt

Clone the repo

git clone https://github.com/nodesign/weio.git

Go to WeIO dir

cd weio

We Use Barnch next for Development

git checkout -b next remotes/origin/next

Change config.weio

Replace the line

"first_time_run": "NO"

with

"first_time_run": "YES"

Run the server

python weioServer.py

See in browser

Point the browser to: http://localhost:8080