You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
325 B
325 B
## Entry DNS
A DNS users frontend.
## Initialize for development
Install required gems
> bundle install
# create config/database.yml and config/settings.yml from the samples
> bundle exec rake db:drop db:create db:migrate db:seed:development
## Tests
Start Guard
> bundle exec guard
Run tests
> bundle exec rspec spec