Sha256: fa5d0b5bec8ba545e8e0c97d056fd5e72607fe58167aebaad674e0ae61696673
Contents?: true
Size: 1.53 KB
Versions: 3
Compression:
Stored size: 1.53 KB
Contents
local: vhost: "http://vhost.local" wordpress_path: "<%= wordpress_path %>" # use an absolute path here database: name: "<%= database.name %>" user: "<%= database.user %>" password: "<%= database.password %>" host: "<%= database.host %>" staging: vhost: "http://example.com" wordpress_path: "/var/www/your_site" # use an absolute path here database: name: "database_name" user: "user" password: "password" host: "host" # port: "3308" # Use just in case you have exotic server config exclude: - ".git/" - ".gitignore" - ".sass-cache/" - "node_modules/" - "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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wordmove-1.3.0 | lib/wordmove/generators/Movefile |
wordmove-1.3.0.pre2 | lib/wordmove/generators/Movefile |
wordmove-1.3.0.pre | lib/wordmove/generators/Movefile |