FunkLoad INSTALL

Author: Benoit Delbosc
Address:
bdelbosc _at_ nuxeo.com
Revision: INSTALL.txt 51278 2007-03-02 08:50:44Z bdelbosc

Abstract

This document describes how to install the FunkLoad tool.

Table of Contents

1   OS support

Some parts are OS specific:

Under windows there is a trick to install docutils (see below), you may also rename the scripts with a .py extension.

2   Required packages

3   Optional packages

4   Installation

Easy installation

Install the latest stable package:

sudo easy_install -U funkload

This will install FunkLoad, webunit and docutils eggs.

Latest snapshot version

Install the latest development snapshot available:

sudo easy_install -f http://funkload.nuxeo.org/snapshots/ -U funkload

Development version

If you want to try the latest unstable sources from svn

easy_install -eb /tmp funkload==dev

or:

svn co http://svn.nuxeo.org/pub/funkload/trunk /tmp/funkload

then:

cd /tmp/funkload/
python setup.py build
sudo python setup.py install

5   Test it

Install the FunkLoad examples:

fl-install-demo

Go to the demo/xmlrpc folder then:

cd funkload-demo/xmlrpc/
make test

To test benching and report building just:

make bench

See funkload-demo/README for others examples.

6   Problems ?

It looks like sourceforge change their download page again :(


See README for more information about FunkLoad.

See CHANGES for information on FunkLoad packages.

See demo folder for other examples.