Difference between revisions of "CompostUs/DevTools"
Umar Sheikh (talk | contribs) m |
|||
| Line 3: | Line 3: | ||
== What (summary) == | == What (summary) == | ||
Get till working as a development server that we can use as part of our [[DevelopmentStagingProcess]]. | Get till working as a development server that we can use as part of our [[DevelopmentStagingProcess]]. | ||
| + | * This project and the [[DevelopmentStagingProcess]] do not apply to "hot fixes" or minor tweaks | ||
== Why this is important == | == Why this is important == | ||
| Line 8: | Line 9: | ||
== [[DoneDone]] == | == [[DoneDone]] == | ||
| − | * | + | * <s>Each task is staged (with its own branch) on the development box before it gets added to the live repository</s> |
| − | |||
* Easy branch creation script exists | * Easy branch creation script exists | ||
| − | ** Create the branch in the repository on nimbus | + | ** <s>Create the branch in the repository on nimbus</s> |
| − | ** Prep a branch for serving from | + | ** Prep a branch for serving from aboutustest.org |
*** Has its own database wiki_branch_name that is populated with user accounts and dev content | *** Has its own database wiki_branch_name that is populated with user accounts and dev content | ||
*** To update on till we ssh onto till and run a git pull ... all changes should show up | *** To update on till we ssh onto till and run a git pull ... all changes should show up | ||
Revision as of 04:55, 7 January 2008
What (summary)
Get till working as a development server that we can use as part of our DevelopmentStagingProcess.
- This project and the DevelopmentStagingProcess do not apply to "hot fixes" or minor tweaks
Why this is important
We need a place where users can try out new features before they get deployed on the live site. This is important for quality control and better communication between the DevelopmentTeam and their customers.
DoneDone
-
Each task is staged (with its own branch) on the development box before it gets added to the live repository - Easy branch creation script exists
-
Create the branch in the repository on nimbus - Prep a branch for serving from aboutustest.org
- Has its own database wiki_branch_name that is populated with user accounts and dev content
- To update on till we ssh onto till and run a git pull ... all changes should show up
- Also needs a full dedicated compost running for the branch
- Available from branchname.till within the Portland office
-
- Instructions for Lahore to set up similar
Branch ... shared repository on nimbus and running instance on till in Portland and Lahore dev machine
Steps to get to DoneDone
A List of Current Problems
- auto load the site, via index.php
- "whosonline" template tag doesn't work correctly. It generates a database error.
- the same goes for "shortrecentchanges" and "shortnewchanges" tags, sans db error.
- ImageMagick is not activated.
errors specific to railroad
- The skin won't save as default. LocalSettings? extensions/AboutUsSkin?
- This is probably our skin resetter extension.
- The Search function doesn't seem to work correctly. Could be for all of till, not just railroad.
- Search won't work without significant effort. Probably not worth is. 75.164.220.31 16:01, 4 September 2007 (PDT)

