|
|
|
## Entry DNS
|
|
|
|
|
|
|
|
A DNS users frontend.
|
|
|
|
|
|
|
|
## Initialize for development
|
|
|
|
|
|
|
|
# create config/database.yml and config/settings.yml from the samples
|
|
|
|
> bundle exec rake db:create db:migrate db:seed db:samples
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
|
|
|
|
Start Guard
|
|
|
|
> bundle exec guard
|
|
|
|
|
|
|
|
Run tests
|
|
|
|
> bundle exec rspec spec
|