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 / MacOS
Name Modified Size InfoDownloads / Week
Parent folder
msp-htprimer-cgi.zip 2016-09-12 89.1 MB
msp-htprimer-html.zip 2016-09-12 97.0 MB
README 2016-07-05 1.6 kB
Totals: 3 Items   186.1 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/MacOS/msp-htprimer-cgi.zip) and put in /Library/WebServer/CGI-Executables/ folder and uncompress by using following command:

$> cd /Library/WebServer/CGI-Executables/
$> unzip msp-htprimer-cgi.zip


Change the permission of the /Library/WebServer/CGI-Executables/msp-htprimer/ folder  as 777 (To change permission you should have root access):

$> sudo chmod –R 777 /Library/WebServer/CGI-Executables/msp-htprimer/






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

$> cd /Library/WebServer/Documents/
$> unzip msp-htprimer-html.zip

Change the permission of the /Library/WebServer/Documents/msp-htprimer folder  as 777 (To change permission you should have root access):

$> sudo chmod –R 777 /Library/WebServer/Documents/msp-htprimer/ (for MacOS)




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