Download Latest Version Python-2.7.12-linux.zip (113.7 MB)
Email in envelope

Get an email when there's a new version of MSP-HTPrimer

Home / Linux
Name Modified Size InfoDownloads / Week
Parent folder
msp-htprimer-cgi.zip 2016-09-12 172.7 MB
msp-htprimer-html.zip 2016-09-12 97.0 MB
Python-2.7.12-linux.zip 2016-09-12 113.7 MB
executables-linux.zip 2016-09-12 60.2 MB
README 2016-07-05 1.4 kB
Totals: 5 Items   443.6 MB 0
# How to install MSP-HTPrimer tool on local server?

In order to use MSP-HTPrimer tool on local server follow these 4 steps:

Step1:
Change Apache setting for large highthroughput primer design
11) Add following information in /etc/apache2/httpd.conf file.
	Timeout 691200
	KeepAlive On
	MaxKeepAliveRequests 300
	KeepAliveTimeout 691200

Note: To edit httpd.conf file one need to have root access





Step2:
Download msp-htprimer-cgi.zip (https://sourceforge.net/projects/msp-htprimer/files/Linux/msp-htprimer-cgi.zip) and put in /usr/lib/cgi-bin/ folder and uncompress by using following command:

$> cd /usr/lib/cgi-bin/
$> unzip msp-htprimer-cgi.zip

Change the permission of the /usr/lib/cgi-bin/msp-htprimer/ folder as 777 (To change permission you should have root access):

$> sudo chmod –R 777 /usr/lib/cgi-bin/msp-htprimer/






Step3:
Download msp-htprimer-html.zip (https://sourceforge.net/projects/msp-htprimer/files/Linux/msp-htprimer-html.zip) and put in /var/www/html/ folder and uncompress this file by using following command:

$> cd /var/www/html/
$> unzip msp-htprimer-html.zip

Change the permission of the /var/www/html/msp-htprimer folder as 777 (To change permission you should have root access):

$> sudo chmod –R 777 /var/www/html/msp-htprimer/



Step4:

Open any web browser (such as Firefox, Google chrome) and open this URL http://localhost/msp-htprimer or http://127.0.0.1/msp-htprimer




Source: README, updated 2016-07-05