Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaestes/woocommerce-vagrant
https://github.com/joshuaestes/woocommerce-vagrant
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuaestes/woocommerce-vagrant
- Owner: JoshuaEstes
- Created: 2014-08-26T10:46:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T11:43:16.000Z (over 10 years ago)
- Last Synced: 2024-11-08T05:41:48.130Z (about 2 months ago)
- Language: Puppet
- Size: 121 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
joshuaestes/woocommerce-vagrant
===============================Vagrant machine that I have created to install and develop the woocommerce
plugin for BitPay. All the commands needed can be done using phing targets.# Requirements
* [Virtual Box](https://www.virtualbox.org/)
* [Vagrant](http://www.vagrantup.com/)# Install
```bash
git clone https://github.com/JoshuaEstes/woocommerce-vagrant.git
cd woocommerce-vagrant
curl -sS https://getcomposer.org/installer | php
php composer.phar install
vagrant up
php bin/phing wp:core:download wp:core:config vagrant:wp:core:install vagrant:wp:plugin:install
```# Configure
You should be able to do all the configuration from the build.properties file
that can be found in the build directory.