Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

matthewtodd/wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manages a Wordpress project Rails-ishly.

  • wordpressify sets up a new project and upgrades an existing one to the latest Wordpress.

  • cap deploy:setup and cap deploy do the right thing, handling wp-config.php.

  • cap wordpress:upgrade additionally backs up your database and disables your plugins, as recommended.

  • script/server fires up lighttpd for local development.

Installation

$ gem install capistrano
$ gem install matthewtodd-wordpress --source http://gems.github.com

$ sudo port install lighttpd mysql5 +server php5 +fastcgi +mysql5
$ sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist

Getting Started

$ wordpressify blog
$ mysqladmin -u root create blog
$ cd blog && script/server

Wordpress Releases

This gem depends on wordpress-release for its copy of the Wordpress code.

About

Manages a Wordpress project Rails-ishly.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages