Still tinkering. Doing dev with rackspace-vagrant.
Cookbook to install Joomla with Nginx and PHP-FPM. This cookbook aims to leverage as many opscode community cookbooks as possible.
git clone
the repo- Run
bundle install
within the repo - Install vagrant from the vagrant website, avoid using gem to perform the installation since it will install a very old version.
- Install VirtualBox
- Install vagrant plugins for
vagrant-omnibus and
vagrant-berkshelf
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-berkshelf
- Once all plugins are installed, run the cookbook with
vagrant up
For more information on how to leverage Vagrant, check out their documentation.
Still tinkering with this cookbook, adding features and functionality as time permits. This cookbook is not yet production ready.
- Need to fix memcache sessions setup
- Add admin user via cookbook
- Flush out documentation
- Setup build tests