Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Installation Instructions

jeroenh edited this page Nov 9, 2012 · 2 revisions

Make sure you have Python installed. This package should work at least with 2.6 and 2.7, and has not been tested with 3.x.

We use the pip python package installer. This can be installed using your package manager (it's python-pip on Debian), or simply run easy_install pip

First we install some prerequisites:

pip install twisted
pip install https://github.com/downloads/htj/suds-htj/suds-0.4.1-htj.tar.gz

Then download OpenNSA and install using python setup.py install

The following files are installed automatically:

/usr/local/bin/onsa
/usr/local/share/nsi/topology/*
/usr/local/share/nsi/wsdl/*
/etc/opennsa.conf
/etc/init.d/opennsa

These can be adjusted, or you can follow a short tutorial using sample configurations.

Clone this wiki locally