Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.08 KB

README_TOOLS.md

File metadata and controls

28 lines (22 loc) · 1.08 KB

So what is this?

A set of standard Capistrano/Rake tasks to use with WordPress, Magento and MODx projects.

Getting started

  1. Merge this into an existing project
  2. Create dev.rb, preprod.rb and prod.rb in config/deploy and adjust accordingly - see .SAMPLE.rb for reference
  3. Add relevant deploy keys to the keys directory (check out Github's notes on deployment keys)

Branches & tags

PurposePrefixVersion TagExample
Customerc/ c/lpp
Stock themest/t/openhouse/2.87t/openhouse
Upstreamn/au/3.1.2upstream

Features

  • Set up a proper remote environment (deploy keys, bash prompt, mysql setup)
  • Deploy WordPress and Magento projects

TODO

  • add tasks to download the deployed theme - needed for migrating old themes to this setup
  • add support for loading a 'seed.sql' file
  • add cron jobs for backing up uploads and db automatically + fetching?
  • tool to fetch new plugins
  • MODx support