Skip to content

Instantly share code, notes, and snippets.

@vishaldodiya
Last active April 5, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishaldodiya/45de048777dc6bd57d077729076edfb6 to your computer and use it in GitHub Desktop.
Save vishaldodiya/45de048777dc6bd57d077729076edfb6 to your computer and use it in GitHub Desktop.
VIP Classic Setup Steps

1. Create vip folder in themes directory

mkdir vip

2. Install VIP Plugins and Helpers to wp-content/themes/vip/plugins:

svn co https://vip-svn.wordpress.com/plugins/ wp-content/themes/vip/plugins

3. Install VIP mu-plugins to wp-content/mu-plugins:

git clone --recursive https://github.com/automattic/vip-wpcom-mu-plugins wp-content/mu-plugins

4. Install your theme to wp-content/themes/vip/{your-theme}.

For more detail check.

https://lobby.vip.wordpress.com/wordpress-com-documentation/development-environment/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment