INSTALLATION PROCEDURE FOR NEWSCOOP V.3.5.x
http://www.sourcefabric.org

CONTENTS:
   * PREPARATION - applications you need to have installed
   * INSTALLATION - the usual procedure
   * INSTALLATION of multiple instances

####################################################################

TECHNICAL REQUIREMENTS - applications you need to have installed
  see the manual page at:
  http://en.flossmanuals.net/Campsite/RequirementsDependencies

####################################################################

INSTALLATION - the usual procedure

1. Create an apache virtual host or use the default apache virtual
host. You may skip this step if you wanted to use the apache default
host (localhost).

Example of virtual host configuration:
<VirtualHost *>
    DocumentRoot /var/www/newscoop
    ServerName [site_name]
    ServerAlias [site_alias]
    DirectoryIndex index.php index.html
    <Directory /var/www/newscoop>
            Options -Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            Allow from all
    </Directory>
</VirtualHost>

2. Unzip and Untar the newscoop file. This will generate a folder
named 'newscoop'.

3. Open the 'newscoop' directory.

4. Copy the content of newscoop directory into the document
root directory of the apache virtual host.

5. Start a browser, point it to the http://site_name URL and follow the
steps.


####################################################################

INSTALLATION of multiple instances

You will have to perform one install for each Newscoop instance.
