This repository is for deploying the Aerodeck platform, both in production and development environments.
This suite of tools has a number of dependencies. Chef is used for automated deployment and provisioning, Berkshelf is used to manage cookbooks, and Vagrant is used to deploy locally.
You can install both Chef and Berkshelf using RubyGems:
gem install chef berkshelf
Vagrant sets up a headless VM to run the Aerodeck platform. For this reason, Vagrant depends on VirtualBox. You can download and install the latest version of both VirtualBox and Vagrant from their download pages:
To get the Aerodeck platform running locally, you only need to run a few commands:
git clone git://github.com/aerodeck/aerodeck-deploy.git; cd aerodeck-deploy
git submodule update --init --recursive
vagrant up
aerodeck-deploy is available under the MIT license. See the LICENSE file for more info.