Skip to content

Instantly share code, notes, and snippets.

@benjie
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjie/d415982dab8e3877acd5 to your computer and use it in GitHub Desktop.
Save benjie/d415982dab8e3877acd5 to your computer and use it in GitHub Desktop.
A checklist for Jof for when shit ain't workin'

Try these before contacting Benjie... :)

Frontend

  • git status to ensure local changes aren't breaking things (don't forget to check the untracked files too)
  • npm install
  • Restart grunt ensuring all old nodemon instances are well and truly dead

API

  • git status to ensure local changes aren't breaking things (don't forget to check the untracked files too)
  • bundle install
  • Kill zeus
  • Kill everything using zeus (server, worker, etc)
  • Migrate dev & test databases (bundle exec rake db:migrate && ./prepare_test_databases.sh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment