Development Process
From EWBTechies Wiki
Contents |
[edit] Summary
[edit] Stage to Dev
[edit] 1. Code
To get the most recent copy of code that is being used on the stage site, check it out from the google code repository:
svn checkout https://ewbchaptersite.googlecode.com/svn/trunk/ ewbchaptersite
[edit] 2. Files
There is no good way to do this at this time. You will just have to forge on with broken images in your development environment or refresh them with images from your local harddrive
[edit] 3. DB Dump
You have 2 options here:
- Download it the database dump from http://drupal.ewbtechies.org/sites/all/scripts/get_stage_db.php and load it into your mysql database
- After you have Drupal connected to your database, run the script scripts/load-stage-db.sh . This script should be back up your current database and load in the one from stage.
[edit] Dev to Stage
[edit] 4. DB Changes
Anything that requires manual configuration in the CMS, please log it into the wiki on the Release Notes.
[edit] 5. Code
Upload this to svn and when the privileged users are ready, they will modify all the changes in the repository and the wiki on to the stage site.
[edit] 6. Admin File Wipe
Admin only process to completely wipe the stage site with a dev's sites files. This should only happen on the first import
[edit] 7. Admin DB Dump
Admin only process to completely wipe the stage db with a dev's db. This should only happen on the first import.


