Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCRMartin committed Aug 15, 2017
1 parent fc21228 commit 49c1cd1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,9 +11,9 @@ and generate prediction labels for unlabelled protein structures.
## Installation - Quick Guide

```
wget https://github.com/ACRMGroup/IntPred/archive/v0.1.tar.gz
tar xvf v0.1.tar.gz
cd IntPred-0.1
wget https://github.com/ACRMGroup/IntPred/archive/v0.5.tar.gz
tar xvf v0.5.tar.gz
cd IntPred-0.5
./install.pl
source ./setup.sh
```
Expand Down
16 changes: 16 additions & 0 deletions web/README.md
Expand Up @@ -23,3 +23,19 @@ the `config.cfg` file):

make install

Apache Configuration
--------------------

1. Set the TimeOut

Timeout 1200
ProxyTimeout 1200

2. Ensure that AllowOverride and ExecCGI are set

<Directory "/var/www/html">
Options Indexes FollowSymLinks ExecCGI Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>

0 comments on commit 49c1cd1

Please sign in to comment.