github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

barce / wordpress-dev2live

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 1
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Scripts that allow you to push WordPress from a development to a live environment or vice versa — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

added static variable for keeping track of yaml files 
barce (author)
Tue Dec 23 01:07:39 -0800 2008
commit  f911db7dbebe3f54edda0e5d3365e0f61d730e28
tree    71ac50f67e876f96be86150cbd5b49ab4855752a
parent  b6236ca14e1dd842169111472a1386228d040cf7
wordpress-dev2live /
name age
history
message
file README Loading commit data...
file fixdata.php
file testyaml.php
README
README

This project is a way to move wordpress from a dev to a staging environment.

requirements:

version PHP 5+
spyc for yaml

-----[ Your settings.yaml should like something like this ]-----
dev:
  destination: live
  wp_config: /usr/local/apache2/htdocs/dev/wp-config.php
  scheme: http
  url: dev.example.com
  db_user: dev_wordpress
  db_name: dev_wordpressdata
  db_password: your_password
  db_host: localhost
  table_prefix: wp_
  filepath: /usr/local/apache2/htdocs/dev

live:
  dev: live
  wp_config:  /usr/local/apache2/htdocs/wp-config.php
  scheme: https
  url: example.com
  db_user: wordpress
  db_name: wordpressdata
  db_password: your_password
  db_host: 192.168.0.100
  table_prefix: wp_
  filepath: /usr/local/apache2/htdocs

-----[ end ]-----

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server