INSTALLATION PROCEDURE FOR CAMPSITE 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: DocumentRoot /var/www/campsite ServerName [site_name] ServerAlias [site_alias] DirectoryIndex index.php index.html Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all 2. Unzip and Untar the campsite file. This will generate a folder named 'campsite'. 3. Open the 'campsite' directory. 4. Copy the content of "src" 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 Since version 3.0 Campsite doesn't support multiple instances anymore. You will have to perform one install for each Campsite instance.