Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 655 Bytes

Roommating

Installation

$ 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.

New to Vagrant?

It's easy to set up your Vagrant development environment.

  1. Install VirtualBox:
    $ sudo apt-get install virtualbox
    Or do whatever your OS needs to do to get VirtualBox.
  2. 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.