Skip to content

flowgrammable/ovsdb-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 23, 2015
5195e40 · May 23, 2015

History

70 Commits
May 22, 2015
May 23, 2015
Apr 16, 2015
May 6, 2015
May 2, 2015
Apr 9, 2015
May 2, 2015
Apr 9, 2015
May 6, 2015
Apr 10, 2015
May 23, 2015
May 21, 2015

Repository files navigation

Setting up OVS

  1. Clone the git repo git clone http://github.com/flowgrammable/ovsdb-js

  2. Change directory to ovsdb-js cd ovsdb-js

  3. Launch the Vagrant environment vagrant up

  4. SSH into the Vagrant environment vagrant ssh

  5. Install npm dependencies `` cd /vagrant && npm install ```

  6. Tell openvswitch to listen on port sudo ovs-vsctl set-manager ptcp:6640

Unit Tests

grunt