Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/vip-quickstart
Retired
https://github.com/automattic/vip-quickstart
deprecated vagrant vip-quickstart wordpress
Last synced: 4 months ago
JSON representation
Retired
- Host: GitHub
- URL: https://github.com/automattic/vip-quickstart
- Owner: Automattic
- License: gpl-2.0
- Archived: true
- Created: 2013-08-07T15:40:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T13:30:03.000Z (over 7 years ago)
- Last Synced: 2024-09-30T06:23:56.680Z (4 months ago)
- Topics: deprecated, vagrant, vip-quickstart, wordpress
- Language: PHP
- Homepage: https://github.com/Automattic/vip-quickstart#deprecated
- Size: 4.55 MB
- Stars: 261
- Watchers: 159
- Forks: 106
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![VIP Quickstart](http://vip.wordpress.com/wp-content/themes/a8c/wpcomvip3/img/illustrations/developmenttools-03.svg)
## Deprecated
**Note:** VIP Quickstart is deprecated as of March 13, 2017. **Support for Quickstart ends April 21, 2017**. For new environments, we recommend using Chassis or VVV as detailed in the [Local Environment documentation](https://vip.wordpress.com/documentation/vip/dev-environment/).
For full Quickstart documentation, see [http://vip.wordpress.com/documentation/quickstart/](http://vip.wordpress.com/documentation/quickstart/).
## Overview
VIP Quickstart is a local development environment for WordPress.com VIP developers. It provides developers with an environment that closely mirrors WordPress.com along with all the tools we recommend developers use. VIP Quickstart should not be used to run a production site.
## What You Get
* Ubuntu 12.04
* WordPress trunk
* WordPress.com VIP Shared Plugins repository
* WordPress multisite
* WordPress unit tests
* Custom WordPress.com modifications
* WP-CLI
* MySQL
* PHP
* Nginx
* PHPUnit## Acknowledgements
Thanks to the following projects that VIP Quickstart is built on:
* [Vagrant](http://vagrantup.com/)
* [Puppet](http://puppetlabs.com/)
* [Varying Vagrant Vagrants](https://github.com/10up/varying-vagrant-vagrants)
* [WP-CLI](http://wp-cli.org)
* [puppet-mysql](https://github.com/example42/puppet-mysql)
* [puppet-nginx](https://github.com/example42/puppet-nginx)
* [puppet-php](https://github.com/jippi/puppet-php)
* [puppi](https://github.com/example42/puppi)
* [puppet-wp](https://github.com/rmccue/puppet-wp)If you're not developing for WordPress.com VIP, you might want to check out these other Vagrant/WordPress projects
* [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV)
* [Salty WordPress](https://github.com/humanmade/Salty-WordPress)
* [Vagrant Genesis](https://github.com/genesis/wordpress/)
* [VagrantPress](https://github.com/chad-thompson/vagrantpress)