Installing Campsite Under Plesk

To install Campsite under Plesk, do the following:

  1. Copy the Campsite package to a directory on your server.
  2. Unarchive it using the command: tar xzvf <Campsite_source> (e.g. tar xzvf campsite-3.1.1.tar.gz).
  3. Enter Campsite directory: “cd campsite”.
  4. Copy the content of implementation/site directory into the document root directory of the your plesk vhost, typically /var/www/vhosts/yourdomain.com/httpdocs
  5. Start a browser, point it to the http://site_name URL (e.g. yourdomain.com) and follow the installation steps**
  1. When you come to the database configuration step, go back to your Plesk and:
    • Go to Your domains and enter the desired domain:

  • Go to databases available for the domain

  • Click on Add a database

  • Pick a name for your database

  • Next, create a database user. To do so, click on Add User …

  • … and fill in the database user name and password

  1. Then go back to Campsite installer and fill in the same values you just set up in Plesk for your database.
  1. Complete the installation

**Troubleshooting: In case the installation screen doesn’t show up in step 5, most probably you need to change permissions with chown -R apache:apache /var/www/vhosts/yourdomain.com/httpdocs (This example is from Plesk with CentOS).

Attachments