Project

General

Profile

Configure web server to submit jobs » History » Revision 8

Revision 7 (Amber Herold, 06/08/2010 01:57 PM) → Revision 8/11 (Amber Herold, 06/08/2010 02:15 PM)

h1. Configure web server to submit jobs 

 h2. configuration at web server side  

 *IMPORTANT*: What we refer here as _your_cluster.php_ should not be taken literally.    For example, if you access your cluster through the network with a name "bestclusterever", you should name your cluster configuration php file *bestclusterever.php*, not _your_cluster.php_. 
 # Go to your myamiweb/processing directory (on CentOS this may be in /var/www/html) 
 # Copy *default_cluster.php* to _your_cluster.php_ 
 # [[ClusterPhpSettings|Edit your_cluster.php]] to correspond to your cluster configuration. 
 # Run the setup wizard found at http://YOUR_SERVER/myamiweb/setup Edit *config_processing.php* to add your cluster and, if desired, a stand-alone workstation as processing_host and register the _your_cluster.php_ you just created. 


 

 <pre> 
 $PROCESSING_HOSTS[]="your_stand-alone_processing_workstation"; 
 $PROCESSING_HOSTS[]="your_cluster"; 
 $CLUSTER_CONFIGS= array ( 
   'your_cluster' 
 ); 
 </pre> 

 _______ 

 [[Setup job submission server|< Setup job submission server]] | [[Testing job submission|Testing job submission >]] 

 _______