Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Deployment

Cameron J Roe edited this page Jan 7, 2014 · 3 revisions

Strategy 1:

  • Run yo wordpress, use Git and Wordpress as a submodule
  • Develop theme, push site to github/bitbucket
  • On production server, setup database
  • Export local database and import on prod server
  • Clone repo to production server, git submodule init && git submodule update
  • Make updates and edits after launch, push to remote repo
  • Pull on prod server
Clone this wiki locally