|   | 1 | === Snac Installation and Usage === | 
          
          
            |   | 2 |  | 
          
          
            |   | 3 | == Installation == | 
          
          
            |   | 4 |  | 
          
          
            |   | 5 | The 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 |  | 
          
          
            |   | 16 | This assumes you've downloaded the file snac_packages.tar.gz from the site listed above.  | 
          
          
            |   | 17 |  | 
          
          
            |   | 18 | The 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 |  | 
          
          
            |   | 20 | Point a web-browser to the machine and using admin/admin as credentials we were able to use the snac interface.  |