blob: d44589688e0828b5edee6d59bba2c3e9bebbc6f7 [file] [log] [blame]
Daryl Walleck73a9e7a2011-11-15 17:43:31 -06001To run:
2-rename the /etc/storm.conf.sample file to storm.conf
3-Set the fields in the file to values relevant to your system
4-Set the "authentication" value (basic or keystone_v2 currently supported)
5-from the root directory of the project, run "nosetests storm/tests" to
6 run all tests
7
8TODO:
9Use virtualenv to install all needed packages. Till then, the following
10packages must be installed:
11-httplib2
12-unittest2
13-paramiko
14-nose