ucrcsedept / galah

An automated grading system geared towards processing computer programming assignments.
Apache License 2.0
42 stars 8 forks source link

Add documentation for using Vagrant and Packer. #401

Closed itsjohncs closed 10 years ago

itsjohncs commented 10 years ago

The instructions for Vagrant should be placed into the Getting Started wiki page. I should also add a README.rst file to the directory with the Vagrantfile in it that briefly describes the configuration of the machine that it brings up.

The instructions for using Packer can either be placed into the git repo, or in a separate page on the wiki. The average tinkerer will not have to use Packer and (ideally) only our auto-build tools should ever be running Packer.

itsjohncs commented 10 years ago

I added documentation for general vagrant set up in the git repo instead because it was more convenient. I may will move it to the wiki if needs.