Sha256: 9bd6757c8df1c447476da2112381a595a5f3a7d1ad066d2b90c043faa37fdc85
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 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://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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wordmove-1.1.0 | lib/wordmove/generators/Movefile |