Configure web server to submit jobs » History » Version 7
  Amber Herold, 06/08/2010 01:57 PM 
  
| 1 | 1 | Neil Voss | h1. Configure web server to submit jobs | 
|---|---|---|---|
| 2 | |||
| 3 | h2. configuration at web server side | ||
| 4 | |||
| 5 | 7 | Amber Herold | *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_. | 
| 6 | # Go to your myamiweb/processing directory (on CentOS this may be in /var/www/html) | ||
| 7 | 1 | Neil Voss | # Copy *default_cluster.php* to _your_cluster.php_ | 
| 8 | # [[ClusterPhpSettings|Edit your_cluster.php]] to correspond to your cluster configuration. | ||
| 9 | # 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. | ||
| 10 | |||
| 11 | <pre> | ||
| 12 | $PROCESSING_HOSTS[]="your_stand-alone_processing_workstation"; | ||
| 13 | $PROCESSING_HOSTS[]="your_cluster"; | ||
| 14 | $CLUSTER_CONFIGS= array ( | ||
| 15 | 'your_cluster' | ||
| 16 | ); | ||
| 17 | </pre> | ||
| 18 | 2 | Neil Voss | |
| 19 | 3 | Neil Voss | _______ | 
| 20 | |||
| 21 | 2 | Neil Voss | [[Setup job submission server|< Setup job submission server]] | [[Testing job submission|Testing job submission >]] | 
| 22 | 3 | Neil Voss | |
| 23 | _______ |