Setting up a development environment
From EWBTechies Wiki
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
- svn checkout https://ewbchaptersite.googlecode.com/svn/trunk/ ewbchaptersite
[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
- download the database from http://drupal.ewbtechies.org/sites/all/scripts/get_stage_db.php
- load it into your local database
- drush sql connect will easily get you your sql information

