Skip to content

codeguard/whois-store

Repository files navigation

README

This is a Rails application which stores whois data for domains.

Starting the app

In a local development environment with Ruby and Bundler installed:

cd whois-store
bundle install
rails s

Running tests

Tests can be run with rails test after installing the application dependencies with bundle install.

Using vagrant

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published