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.

17 lines
276 B

## Entry DNS
13 years ago
A DNS users frontend.
13 years ago
## 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
13 years ago
## Tests
13 years ago
Start Guard
> bundle exec guard
13 years ago
Run tests
13 years ago
> bundle exec rspec spec