This is a Rails application which stores whois data for domains.
In a local development environment with Ruby and Bundler installed:
cd whois-store
bundle install
rails s
Tests can be run with rails test
after installing the application dependencies with bundle install
.
Using a vagrant development environment requires Vagrant and VirtualBox. With those two dependencies installed you can start and connect to the development environment:
vagrant up
vagrant ssh