EST-PAC Installation Instructions for Mac OS X



Once you have downloaded the scripts (here), you can follow this instructions to make EST-PAC working on your machine.

Step 1:

Installation of Mysql, PHP and Apache
:

As the originally shipped PHP does not come with the possibility of displaying GD image, one have to download and install MySQL and PHP packages:

____________________________________________________________________________________

Step 2:

Modification of MySQL, PHP and Apache:

  • PHP

    In the file php.ini, normally located here: /usr/local/php/lib/php.ini, everything after a semi-colon " ; " will NOT be read by PHP.
    To edit this file type in Terminal:

    Then change the following lines:

    You will have to decide:

    In order to debug problems, it is wise to change these lines:

    If you plan to upload big file you should change these line

    Here some minor changes

  • Apache


    If you used the disk image provided by entropy.ch you shouldn't make any changes in the apache configuration. Otherwise:

  • If someone find a value to be changed, please contact Yvan Strahm


    ____________________________________________________________________________________



    Step 3:

    Modification of EST-PAC scripts:

    First, you have to rename the correct config file:

    In your case rename the file config.inc.php in the folder est-pac/inc/ as follow:

    Now you have to edit it


    Secondly, You have to edit the line 24 in inc/db.inc.php

    By deleting the starting # from line 24 in the file /inc/db.inc.php


    data folder

    Download Blast executables and database

    Download HMMER and PFAM database

    Download ESTScan


    ____________________________________________________________________________________



    Before trying to open a web browser in order to connect the database, it could be helpful if you start the program "Console" located in Utilities.
    Then open the log /var/log/httpd/error.log. One gets useful hints here when things go wrong

    ____________________________________________________________________________________



    In order to test the installation, type in your browser this URL:

    http://127.0.0.1/~your Mac OS X username/est-pac/login.php

    This window will appears where you will have to enter your MySQL admin login and password, then hit submit me!



    then you will see this:



    Enter root as Username and root as Password, choose the database you want to enter,



    and hit Login, et voilà!

    ____________________________________________________________________________________



    Running the jobs controller


    In Terminal type

    If you get this error message

    Be sure you uncomment line 24 in inc/db.inc.php (See step 3)


    go back to main page