documentcloud / documentcloud-vagrant

Vagrant scripts for a DocumentCloud development environment.
11 stars 10 forks source link

Complete provisioning scripts for Vagrant #3

Open nathanstitt opened 11 years ago

nathanstitt commented 11 years ago

I've expanded the existing scripts to completely provision a DocumentCloud development environment.

The main script is now 'runner'. It's written in ruby and relies on a Script class (in script.rb), which is a modified version of a small library I'd written some time ago. It will run the scripts in parallel if possible, while logging their output and failures.

Areas that could be improved: