0.0.11 • Published 11 years ago
ovsdb-js v0.0.11
Setting up OVS
Clone the git repo
git clone http://github.com/flowgrammable/ovsdb-jsChange directory to ovsdb-js
cd ovsdb-jsLaunch the Vagrant environment
vagrant upSSH into the Vagrant environment
vagrant sshInstall npm dependencies
cd /vagrant && npm install `Tell openvswitch to listen on port
sudo ovs-vsctl set-manager ptcp:6640
Unit Tests
grunt