A Vagrant environment for developers of the Wiki Education Foundation's dashboard, this setup starts with a Debian jessie VirtualBox image, installs all necessary deb/npm/bower/gem dependencies, installs development and test databases, and executes all database migrations.
You'll of course still need to install VirtualBox and Vagrant if you don't have them already. Oh the irony of Vagrant. :)
Clone this repo, change to the directory, and vagrant up
.
You'll be left about here in the setup process, meaning you sill need to set up OAuth and add the credentials to your config/application.yml
before firing up the Rails app.