Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 477 Bytes

Vagrant.md

File metadata and controls

28 lines (20 loc) · 477 Bytes

Setup Vagrant Development Server

$ sudo apt-get install vagrant virtualbox

# or add media.ccc.vm to /etc/hosts instead
$ vagrant plugin install vagrant-hostsupdater

Start VM and download live data

$ vagrant up
$ vagrant ssh -c 'cd /vagrant && ./bin/update-data'

Running tests:

$ vagrant ssh
$ rails test