Pamelaware for Drupal is an information cards plugin for the Drupal Content Management System.

Requirements

You will need the following things to use PW-wp:

  • A static IP address
  • An SSL Certificate
  • A Drupal 6.x CMS environment
  • PHP5
  • php5-mcrypt (a library that contains crypto stuff)

See the Checking PHP Prerequisites page if you aren't sure whether your site uses PHP5 or php5-mcrypt.

See the SSL Certificate Primer if you want more information on SSL Certificates

Preparation

Installation

PamelaWare installation involves a few steps:

Place the Module where Drupal can find it

Check out the Module from Subversion

  1. Go to the sites/all/modules subdirectory of your drupal install and checkout the current version:
    Dev Snapshot: svn co https://pamelaproject.com/svn/pw/pwdrupal/trunk/drupal6/pw_infocard pw_infocard
    Stable: (no stable version yet)

Enable the Module

  1. Login to Drupal as user with admin privileges.
    1. Go to "Administer".
    2. Select "Site building" and then "Modules".
    3. Scroll down to the "PamelaWare Information Card Login" Module and enable it.
  2. Go back to the "Administer" menu and again under "Site building" select "Blocks"
    1. Add the "PamelaWare Information Card" block to either the right or left sidebar.
  3. Go back to the "Administer" menu and under "Site configuration", select "Information Card Settings"
    1. Follow the prompts to ensure that all of the checkboxes are green (usually this means putting in the private key of your website).
    2. Save

Testing the Module

  1. Go to the front page - you should see the standard information card logo displayed - if you have the module installed and set up, clicking on that link should take you to an information card login page.

Example of the Information Card Admin Console

console example with annotations

Congrats, PamelaWare should be installed!