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.

18 lines
253 B

## Entry DNS
13 years ago
A DNS users frontend.
13 years ago
## Initialize for development
12 years ago
Install required gems
> bundle install
13 years ago
# create config/database.yml and config/settings.yml from the samples
11 years ago
> bundle exec rake db:setup
13 years ago
13 years ago
## Tests
Run tests
13 years ago
> bundle exec rspec spec
11 years ago