Skip to content

Instantly share code, notes, and snippets.

@sergeyterr
Last active July 18, 2018 09:11
Show Gist options
  • Save sergeyterr/d35fdd03400cc764d45790f511b21a98 to your computer and use it in GitHub Desktop.
Save sergeyterr/d35fdd03400cc764d45790f511b21a98 to your computer and use it in GitHub Desktop.
# Add file with command wordmove init
# Add your change
# Control with command wordmove doctor
# If all right - wormuve pull or push ))
global:
sql_adapter: default ## Change this stroke to default !!!!!!
local:
vhost: http://wzc.test ## Chano to your site
wordpress_path: /var/www/wzc.test/web # use an absolute path here
database:
name: db_name
user: db_user
password: db_pass # could be blank, so always use quotes around
host: 127.0.0.1
paths: # you can customize wordpress internal paths
wp_content: wp/wp-content ## relative path from wordpress_path to wp-content folder
uploads: app/uploads ## relative path from wordpress_path to uploads folder
plugins: app/plugins ## relative path from wordpress_path to plugins folder
mu_plugins: app/mu-plugins ## relative path from wordpress_path to mu_plugins folder
languages: app/languages ## relative path from wordpress_path to languages folder
themes: app/themes ## relative path from wordpress_path to themes folder
production:
vhost: http://lva.site.com
wordpress_path: /home/lva/webapps/lva/web # use an absolute path here
database:
name: db_name_host
user: db_user_host
password: db_pass_host
host: 127.0.0.1
exclude:
- ".git/"
- ".gitignore"
- ".sass-cache/"
- "node_modules/"
- "bin/"
- "tmp/*"
- "Gemfile*"
- "Movefile"
- "*.sql"
- "*.gz"
- ".htaccess"
- ".idea"
- ".DS_Store"
- "afflinkpress.htm"
- 'movefile'
- 'movefile.yml'
- 'movefile.yaml'
- 'wp-config.php'
- 'wp-content/*.sql.gz'
- '*.orig'
paths: # you can customize wordpress internal paths
wp_content: wp/wp-content ## relative path from hosts wordpress_path to themes folder
uploads: app/uploads ## relative path from hosts ordpress_path to themes folder
plugins: app/plugins ## relative path from hosts wordpress_path to themes folder
mu_plugins: app/mu-plugins ## relative path from hosts wordpress_path to themes folder
languages: app/languages ## relative path from hosts wordpress_path to themes folder
themes: app/themes ## relative path from hosts wordpress_path to themes folder
ssh:
host: cdk.mk
user: lva
rsync_options: --verbose # Additional rsync options, optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment