Skip to content

Checklists and Processes

Jonathan Cutrell edited this page Jun 29, 2015 · 13 revisions

Checklists for Whiteboard processes

Purpose: to create a maintainable, repeatable, bite-sized process lists to reduce error rates and increase measurability across disciplines on our team.

Setting up a new computer

Alias /phpmyadmin /usr/local/share/phpmyadmin
  <Directory /usr/local/share/phpmyadmin/>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
<VirtualHost *:80>
ServerName dev
  DocumentRoot /Users/JonathanCutrell/Sites
  VirtualDocumentRoot /Users/JonathanCutrell/Sites/%-2
  UseCanonicalName Off
  <Directory "/Users/JonathanCutrell/Sites/*">
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>

Note: Having issues with your sites directory not working? Make sure you uncomment the line that includes your user conf. It's commented out by default. httpd-userdir.conf - there's a line that includes the users/*.conf from your apache configs.

Pair Programming Session

  • To-Do

Code Review Session

  • To-Do

Go-live for the first time

  • to-do

Pushing new features

  • to-do

WordPress new project initiation

  • to-do

Static new project initiation

  • to-do

Rails new project initiation

  • to-do

D&D Pre-Handoff Meeting

D&D Post-Handoff Meeting

D&D Mid-dev Informal Meetings

D&D Pre-Launch Meeting

Clone this wiki locally