Sha256: c441fd85b0015e985ba60e03b6119a98062e2b26c7d84fd1d7e582cc7f5637ea
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
local: vhost: "http://vhost.local" wordpress_path: "~/dev/sites/your_site" database: name: "database_name" user: "user" password: "password" host: "127.0.0.1" staging: vhost: "http://remote.com" wordpress_path: "/var/www/your_site" # 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" exclude: - ".sass-cache" - ".git" - "bin" - "tmp/*" - "wp-content/*.sql" - "Gemfile*" - "Movefile" database: name: "database_name" user: "user" password: "password" host: "host" # ssh: # host: "host" # user: "user" # password: "password" # password is optional, will use public keys if available. # port: 22 # Port is 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wordmove-1.0.12 | lib/wordmove/generators/Movefile |