Project

General

Profile

Configure web server to submit jobs » History » Version 8

Amber Herold, 06/08/2010 02:15 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 8 Amber Herold
# Run the setup wizard found at http://YOUR_SERVER/myamiweb/setup to register the _your_cluster.php_ you just created.
10 1 Neil Voss
11 2 Neil Voss
12 3 Neil Voss
_______
13
14 2 Neil Voss
[[Setup job submission server|< Setup job submission server]] | [[Testing job submission|Testing job submission >]]
15 3 Neil Voss
16
_______