diff --git a/doc/single_host_server.php b/doc/single_host_server.php index 06088466f9..23c6ae88d3 100644 --- a/doc/single_host_server.php +++ b/doc/single_host_server.php @@ -1,7 +1,7 @@ -

BOINC provides a set of scripts for setting up @@ -17,15 +17,10 @@ In fact, the scripts are part of a general that allows multiple developers to work independently on a single host, with each developer able to create multiple projects.

-Install the following software on the server host: -

-Your operating system must have shared memory enabled, with -a max shared segment size of at least 32 MB. + +Install all components listed in the Software +Prerequisites page. Your operating system must have shared memory +enabled, with a max shared segment size of at least 32 MB.

Creating the server

@@ -96,7 +91,8 @@ Each project directory contains: When you run the make_project script it will give you lines to append to your Apache httpd.conf. (Basically you need to alias html_user, alias html_ops, and script-alias cgi-bin, all with appropriate -directory permissions.) +directory permissions.) It will also give you a crontab line to install. +

You should also set the default MIME type as follows:

@@ -114,6 +110,7 @@ project include:
 
  • Using the 'add' utility, add application versions to the BOINC database.
  • Develop your web site. -"; + +