documentcloud / documentcloud-vagrant

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

Complete provisioning scripts for Vagrant #1

Closed nathanstitt closed 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:

nathanstitt commented 11 years ago

I'm just realized that the pull request has garbage from an earlier commit. I'm going to close it and remove the old commits, then resubmit.

Sorry!