-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (21 loc) · 871 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
CapistranoDBDumper: A Capistrano Plugin
====================================
CapistranoDBDumper is a Capistrano Plugin that adds functionality to dump your entire production database into development for testing.
Setup
=====
Install the plugin:
$ script/plugin install git://github.com/seebq/capistrano_db_dumper.git
CapistranoDBDumper requires the following variables:
set :domain, "example.com"
set :user, "deploy"
set :database_username, "root"
set :database_password, ""
Simply define them in your capistrano config/deploy.rb.
Example
=======
After installation and adding the appropriate variables:
$ cap db_dumper:import
Contributors
============
Credits go to Derek Haynes <[email protected]> for the original idea and first (horrible) implementation.
Copyright (c) 2008 Charles Brian Quinn <[email protected]>, released under the MIT license