Skip to content

Instantly share code, notes, and snippets.

@danguita
Last active October 6, 2015 18:08
Show Gist options
  • Save danguita/3033284 to your computer and use it in GitHub Desktop.
Save danguita/3033284 to your computer and use it in GitHub Desktop.
Tmuxinator template for CakePHP 2 projects
# ~/.tmuxinator/cakephp_project.yml
# you can make as many tabs as you wish...
project_name: cakephp_project
project_root: ~/Sites/cakephp_project/app
pre: mysql.server start
tabs:
- editor: vim
- shell:
layout: even-vertical
panes:
- #
- #
- guard: bundle exec guard start
- db: mysql -u root --password=root cakephp_project_development
- log:
layout: even-vertical
panes:
- tail -f tmp/logs/debug.log
- tail -f tmp/logs/error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment