## Entry DNSA DNS users frontend.## Initialize for developmentInstall required gems> bundle install# create config/database.yml and config/settings.yml from the samples> bundle exec rake db:setup## TestsRun tests> bundle exec rspec spec