Installation - adzanette/scf-extractor GitHub Wiki

Linux (Ubuntu):

  1. Download latest versio of scf-extractor from here:

    https://github.com/adzanette/scf-extractor

  2. Download and install Python:

    sudo apt-get install python

  3. Download and Install PythonMysql

    sudo apt-get install python-mysqldb

  4. Install Apache

    sudo apt-get install apache2

  5. Install Mysql

    sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql

  6. Install PHP

    sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt

  7. Extract scf-extractor and copy (or create a symbolic link) scf-viewer folder to /var/www/

    sudo cp <path_extracted>/scf-viewer /var/www or sudo ln -s path_extracted>/scf-viewer /var/www/scf-viewer

Windows:

  1. Download latest versio of scf-extractor from here:

    https://github.com/adzanette/scf-extractor

  2. Download and install Python (version 2.7.x):

    http://www.python.org/download/

  3. Download and Install PythonMysql

    http://www.codegood.com/archives/129

  4. Download and install wampserver:

    http://www.wampserver.com/en/

  5. Extract scf-extractor and copy scf-viewer folder to C:\wamp\www