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 00f53abf09 tweaks 11 years ago
app home page tweaks 11 years ago
config huge-ass update, tweaks 11 years ago
db tweaks 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 huge-ass update, tweaks 11 years ago
.gitignore tweaks 11 years ago
.rspec tweaks 11 years ago
.rvmrc confs, refactor 13 years ago
Capfile capfile 13 years ago
Gemfile use b3 glyphicons font 11 years ago
Gemfile.lock use b3 glyphicons font 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 rpm: bumping version for release 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:setup

## Tests

Run tests
> bundle exec rspec spec