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.
 
 
 
 
 
 
Claudius Nicolae 2e1a12daa6 rails and dep update 12 years ago
app fix #129 record creation, only audit creates on records - too much data 12 years ago
config Merge branch 'master' of bitbucket.org:clyfe/entrydns 12 years ago
db index audits.version 12 years ago
dist/fedora dist: edns will start in prod env 12 years ago
doc slides, samples, seeds, styles 13 years ago
lib major refurbish 12 years ago
log init 13 years ago
public google site verification 13 years ago
script init 13 years ago
spec fix seeds 12 years ago
test init 13 years ago
vendor replace pjax with turbolinks 12 years ago
.gitignore test coverage analytics 13 years ago
.rspec focus tag 13 years ago
.rvmrc confs, refactor 13 years ago
Capfile capfile 13 years ago
Gemfile rails and dep update 12 years ago
Gemfile.lock rails and dep update 12 years ago
Guardfile spec, ensurances, tweaks 13 years ago
README update 12 years ago
Rakefile app naming 13 years ago
config.ru app naming 13 years ago
entrydns.spec rpm: fixed dir perms 12 years ago

README

## 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