Personas/Dev Setup

< Personas
Revision as of 23:48, 26 February 2010 by Rdoherty (talk | contribs) (Created page with 'Requirements: basic LAMP stack with gettext support # Checkout http://svn.mozilla.org/projects/getpersonas.com/trunk/ from svn # Create a database for personas # Copy server/lib…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Requirements: basic LAMP stack with gettext support

  1. Checkout http://svn.mozilla.org/projects/getpersonas.com/trunk/ from svn
  2. Create a database for personas
  3. Copy server/lib/personas_constants.php.dist to server/lib/personas_constants.php
  4. Edit server/lib/personas_constants.php with
    1. database username, password and name
    2. PERSONAS_BASE_URL should be the url to access your dev install
    3. PERSONAS_CDN_HOST should be the same as PERSONAS_BASE_URL
  5. Copy server/localhttpd-dist.conf to the apache conf for your dev install (probably best to create a vhost)
  6. Change '/path/to/personas/' in the text you just copied to the full path to where you checked out the svn repository.