-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALLATION.txt
More file actions
51 lines (35 loc) · 1.53 KB
/
INSTALLATION.txt
File metadata and controls
51 lines (35 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Prerequisites
=============
You will need to install Python 2.5 or higher. Please add python to your system path.
Webscavator visualises the output of web history parsers. Please make sure you have at
least one of the following programs installed:
* Net Analysis <http://www.digital-detective.co.uk/netanalysis.asp>
* Web Historian <http://mandiant.org/products/free_software/web_historian/>
* Pasco <http://www.foundstone.com/us/resources/proddesc/pasco.htm>
* Chrome Cache View <http://www.nirsoft.net/utils/chrome_cache_view.html>
* Fox Analysis <http://forensic-software.co.uk/foxanalysis.aspx>
Installation
============
Webscavator requires a few Python libraries to be installed. The easiest way is to download
setuptools (http://packages.python.org/distribute/easy_install.html) and add it to your
system path. Then you can install the following by going to the command line and typing:
easy_install <libraryname>
The required libraries are:
* formencode 1.2.2
* mako 0.2.4
* simplejson
* sqlalchemy 0.5.4
* werkzeug 0.5
If you wish to help develop Webscavator, it is recommended you also install:
* sphinx 0.6.2
Running Webscavator
===================
Once the libraries have been installed, in the command line to the folder where
Webscavator is kept and type:
python launch.py runserver
Go to your web browser (Google Chrome or Firefox is recommended) and go to:
http://localhost:5000
Testing Webscavator
-------------------
You can run the unit and functional tests by typing:
python launch.py runtests