Sha256: a6c212cdc46cc51b7449c0f108d3bf9f669628c37824158428e49a15deeca448
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
local: vhost: "http://vhost.local" wordpress_path: "/home/john/sites/your_site" # use an absolute path here database: name: "database_name" user: "user" password: "password" host: "127.0.0.1" staging: vhost: "http://remote.com" wordpress_path: "/var/www/your_site" # use an absolute path here database: name: "database_name" user: "user" password: "password" host: "host" exclude: - ".git/" - ".gitignore" - ".sass-cache/" - "bin/" - "tmp/*" - "Gemfile*" - "Movefile" - "wp-config.php" - "wp-content/*.sql" # paths: # you can customize wordpress internal paths # wp_content: "wp-content" # uploads: "wp-content/uploads" # plugins: "wp-content/plugins" # themes: "wp-content/themes" # languages: "wp-content/languages" # themes: "wp-content/themes" # ssh: # host: "host" # user: "user" # password: "password" # password is optional, will use public keys if available. # port: 22 # Port is optional # rsync_options: "--verbose" # Additional rsync options, optional # gateway: # Gateway is optional # host: "host" # user: "user" # password: "password" # password is optional, will use public keys if available. # ftp: # user: "user" # password: "password" # host: "host" # passive: true # production: # multiple environments can be specified # [...]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wordmove-1.0.19 | lib/wordmove/generators/Movefile |
wordmove-1.0.18 | lib/wordmove/generators/Movefile |