A simple but comprehensive wordpress installation setup that keeps the standard WordPress structure.
- Capistrano for deploying WordPress site (minus uploads and database)
- Theme based off of Automattic's _s theme but with bootstrap and gulp
- WP-Sync-DB Plugins for cyncing DB and Uploads
- OSX/Linux
- Ruby
- Curl
- Tar
- Clone repo using
git clone --recursiveinto your directory to download with submodules - Run
ruby prepare.rbto delete git files and move wordpress to root directory - Find and Replace
brandnewthemeto your theme name npm installin theme directorygulpin theme directory for compilation, watch files and livereload
Configure the Capistrano files in config. Run bundle exec cap dev deploy to deploy to your development server