Skip to content

uconn/vccw

 
 

Repository files navigation

VCCW (vagrant-chef-wordpress)

This is the Comm0 variant on vccw. Modifications have been made for running PHP version 5.3.3 and MySQL version 5.1.73, as well as wordpress customizations.

Configuration

Requirements:

  1. Vagrant 1.5 or later
  2. git
  3. VirtualBox 4.3 or later
$ vagrant plugin install vagrant-hostsupdater
$ vagrant box add miya0001/vccw
$ git clone https://github.com/uconn/vccw.git
$ cd vccw
$ vagrant up

Customizable settings reside in the site.yml file (you can add any plugins that need to be added/activated in this file also, it will grab any not on your local machine and install them automagically, see below if you add cas-maestro to this list). Any post provision shell scripts can be added to provision-post.sh.

You should now be able to see your site at http://192.168.33.10/ or http://wordpress.local/.

Wordpress admin username: admin

Wordpress admin password: admin

Notes

Cas-maestro: The plugin defaults to yourschool.edu for verification, I recommend adding this plugin only in production, but if you need it in development, I recommend adding it manually. If you allow the provisioner to add and activate this plugin, you will need to add ?wp to the end of the wp-admin URLs, but I still experienced problems with this method.

Packages

No packages published

Languages

  • HTML 53.7%
  • Ruby 44.4%
  • Shell 1.8%
  • Perl 0.1%