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.
 
 
 
 
 
 
Nicolae Claudius 3e1b757097 fix #120 CNAME record length restriction 11 years ago
app fix #120 CNAME record length restriction 11 years ago
config no more support for old ie 11 years ago
db fix #120 CNAME record length restriction 11 years ago
dist/fedora rpm: make sure /run/entrydns is created properly 12 years ago
doc slides, samples, seeds, styles 13 years ago
lib huge-ass update, tweaks 11 years ago
log init 13 years ago
public google site verification 13 years ago
script init 13 years ago
spec huge-ass update, tweaks 11 years ago
test init 13 years ago
vendor/assets externalize secret token 11 years ago
.gitignore tweaks 11 years ago
.rspec tweaks 11 years ago
.ruby-version tweaks 11 years ago
.rvmrc confs, refactor 13 years ago
Capfile capfile 13 years ago
Gemfile deps tweak 11 years ago
Gemfile.lock deps tweak 11 years ago
Guardfile spec, ensurances, tweaks 13 years ago
README tweaks 11 years ago
Rakefile app naming 13 years ago
config.ru app naming 13 years ago
entrydns.spec settings needed on package 11 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:setup

## Tests

Run tests
> bundle exec rspec spec