Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Setup Ubuntu

rakiru edited this page Dec 7, 2012 · 2 revisions

List of commands for installing pyspades on Ubuntu

First, install the dependencies:

sudo apt-get install python2.7 python2.7-dev python-setuptools python-twisted mercurial gcc g++ zope.interface
sudo python -m easy_install cython
sudo python -m easy_install pil
sudo python -m easy_install jinja2

Optionally, install screen and pygeoip:

sudo apt-get install screen
sudo python -m easy_install pygeoip

Then clone the repository:

git clone git://github.com/infogulch/pyspades.git
cd pyspades
sh build.sh

Edit the configuration:

cd feature_server
nano config.txt

Then, to run the server, either:

sh run_server.sh

or if you installed screen:

screen sh run_server.sh
Clone this wiki locally