Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwinter/wordpress-with-git
An example setup.
https://github.com/davidwinter/wordpress-with-git
Last synced: 1 day ago
JSON representation
An example setup.
- Host: GitHub
- URL: https://github.com/davidwinter/wordpress-with-git
- Owner: davidwinter
- Created: 2012-04-09T12:31:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T11:55:25.000Z (about 11 years ago)
- Last Synced: 2024-05-01T13:39:29.509Z (7 months ago)
- Language: PHP
- Homepage: http://davidwinter.me/articles/2012/04/09/install-and-manage-wordpress-with-git/
- Size: 3.77 MB
- Stars: 105
- Watchers: 11
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You can use this as a start point for managing a WordPress install with git.
See '[Install and manage WordPress with Git](http://davidwinter.me/articles/2012/04/09/install-and-manage-wordpress-with-git/)' for more details.
## Setup
You can either run:
rake
Or manually run:
git submodule update --init
Then copy `wp-config-sample.php` to `wp-config.php`, update your database settings, and your default theme.
## Updating WordPress
You can use the Rake helper task to upgrade WordPress to a specific version:
rake wordpress_update[3.7.1]