Skip to content

Development workflow

blake schwartz edited this page Oct 21, 2015 · 1 revision

Steps to follow when changing files and pushing/pulling to github:

  1. Start GitHub desktop app

    Sync to get the latest code from the repo Making changes: Use Wordpress dashboard tools for content changes, edit css and php files directly through a text editor.

  2. Start vagrant

    Navigate to project folder >> Run 'vagrant up' You can make changes to your local version of the site and view them through the browser

  3. When ready to push changes:

    Make a note about your commit. Briefly describe the changes you made and list the files you changed Use the Commit button to commit your changes, and then Sync your changes to origin/master If you get a conflict message email the other group members and cc Thomas

For changes to page content:

  • Make your changes on your local instance of Wordpress, and notify each other of those changes
  • We will need to make sure someone updates the staging server manually
Clone this wiki locally