Wiki

Clone wiki

fswalker / Wiki_Install

Installation

The installation of the FSWalk package is very simple. * First install the prerequisites followed by installation of the fswalker python package.

prerequisites:

The packages needed by FSWalk are: * python sqlalchemy (needed by fswalk) * python-matplotlib (for fsquery)

Below, exact instructions are provided for Centos-6.3 and Ubuntu-12.04. Installation of the prerequisites in other distributions should be fairly easy. Installation over Centos-6.3

Installation on Ubuntu-12.04

    apt-get install python-sqlalchemy
    apt-get install python-matplotlib

Installation on Centos-6.3

Soon...

Installation of FSWalk python package:

Install the python package either by using pip or by running the setup.py script inside the tgz file (after extracting). Installation via PIP is prefered (easy to uninstall).

Install using PIP:

> pip install dist/fswaker-0.1.4.tar.gz

Install by running setup.py:

> python setup.py install

That all the command fswalk should be install at /usr/local/bin and you should be able to run fswalk --help and obtain the help screen (same goes to the fsq tool).

Updated