-
Clone the git repo
git clone http://github.com/flowgrammable/ovsdb-js -
Change directory to ovsdb-js
cd ovsdb-js -
Launch the Vagrant environment
vagrant up -
SSH into the Vagrant environment
vagrant ssh -
Install npm dependencies `` cd /vagrant && npm install ```
-
Tell openvswitch to listen on port
sudo ovs-vsctl set-manager ptcp:6640
grunt