Personas/Dev Setup
< Personas
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/personas_constants.php.dist to server/lib/personas_constants.php
- Edit server/lib/personas_constants.php with
- database username, password and name
- PERSONAS_BASE_URL should be the url to access your dev install
- PERSONAS_CDN_HOST should be the same as PERSONAS_BASE_URL
- Copy server/localhttpd-dist.conf to the apache conf for your dev install (probably best to create a vhost)
- Change '/path/to/personas/' in the text you just copied to the full path to where you checked out the svn repository.