Changes between Version 11 and Version 12 of WARPnet1/Installation


Ignore:
Timestamp:
Jul 23, 2012, 10:19:19 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/Installation

    v11 v12  
    33= Installing the WARPnet Framework =
    44
    5 == Installing the software ==
     5== Pre-requisites  ==
     6The WARPnet framework is implemented in Python, but depends on a number of other software packages. The dependencies are listed below. Some systems will require other packages to be installed before these dependancies can be built and installed. Some OS-specific pre-reqs are listed below. If you've successfully installed WARPnet on a system not listed below, please let us know and we'll update this list.
    67
     8'''Ubuntu 12.04 LTS'''[[BR]]
     9 1. Python 2.7 is installed by default
     10 1. {{{sudo apt-get install}}} the following packages, accepting any additional packages suggested/required by apt :
     11  * python2.7-dev
     12  * g++
     13  * patch
     14  * libpcap-dev
     15  * subversion (optional, but makes it easy to download the WARPnet code from the WARP repository)
     16 1. Then install the WARPnet dependencies (see links below). The versions listed below worked for Ubuntu 12.04 64-bit.
     17  * Twisted 12.10
     18  * zope.interface 3.8.0 (4+ doesn't work!)
     19  * pcapy 0.10.5, patch using WARPnet patch from WARP svn
     20  * impacket 0.96
     21
     22You may also want to {{{sudo apt-get install subversion}}} to facilitiate downloading the warpnet code from the WARP repository.
     23
     24'''Generic OS'''[[BR]]
    725 1. First ensure that you are running [http://www.python.org/ Python 2.6] or higher. If not, install the latest 2.6 version of Python. We have not tested the server with Python 3+ and since the syntax has changed for several important commands it will probably not work yet.
    826 1. Download and install the [http://twistedmatrix.com/trac/ Twisted networking library] from source.
     
    1836 python setup.py install
    1937}}}
     38
    2039
    2140== Installing the Framework ==