Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.62 KB

chef-joomla

Build Status Dependency Status

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.

Getting your Environment Up

  • 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.

TODO

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