Changes between Initial Version and Version 1 of Internal/OpenFlow/Controllers/Snac


Ignore:
Timestamp:
Feb 13, 2010, 10:38:31 PM (14 years ago)
Author:
yasaswiv
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/Snac

    v1 v1  
     1=== Snac Installation and Usage ===
     2
     3== Installation ==
     4
     5The Basic process is outlined on http://www.openflowswitch.org/wp/SNAC/, I repeat it here in case they remove that page:
     6{{{
     7$ apt-get install openssl libboost-test1.34.1 libboost-filesystem1.34.1 \
     8    libboost-serialization1.34.1 libxerces-c28 python2.5 python-twisted \
     9    python-simplejson python-mako python-openssl tmpreaper  \
     10    python-sphinx libldap2-dev
     11$ tar xvfz snac_packages.tar.gz
     12$ cd snac_packages
     13$ sudo dpkg -i *.deb
     14}}}
     15
     16This assumes you've downloaded the file snac_packages.tar.gz from the site listed above.
     17
     18The Nox-core package didn't install initially because of misplaced pipe character (|) in line 307 of this file: /usr/sbin/ofp-pki. Deleteing the rouge pipe allowed dpkg -i noxcore_0.4.0~beta_i386.deb to install with out a hitch, the rest of the packages installed after that first error was corrected.
     19
     20Point a web-browser to the machine and using admin/admin as credentials we were able to use the snac interface.