$ git clone git@github.com:pavelsmolka/roommating.git
$ cd roommating
$ vagrant up
Open the browser at localhost:3000
and enjoy the happiness.
Well, the database needs to be set up, but we will handle it.
It's easy to set up your Vagrant development environment.
- Install VirtualBox:
$ sudo apt-get install virtualbox
Or do whatever your OS needs to do to get VirtualBox. - Install Vagrant: http://downloads.vagrantup.com/
Do not install Vagrant via Gem, it's not recommended.
That's it. You are ready for the project installation.