Setting up a development environment

From EWBTechies Wiki

Jump to: navigation, search

Contents

[edit] Prereqs

[edit] Tech

  • LAMP
  • Access to command line
  • Mysql username, password, database

[edit] Admin

  • Contributor status on google code
  • Google Code password

[edit] Check out the repository

[edit] Configure the checked out code

  • create a settings.php clone in ewbchaptersite/config named after own development environment in the format settings.***.php
    • be sure to update your sites mysql username, password, and database in settings.php
  • symbolically link settings.php to your just created settings.***.php
    • from ewbchaptersite/www/sites/default, type ln -s ../../../config/settings.***.php settings.php

[edit] Pull the stage database down to the local development environment

Personal tools