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 0217d90a9f google sign up / sign in integration 11 years ago
.bundle vendor everything, clean stuff 11 years ago
app google sign up / sign in integration 11 years ago
config google sign up / sign in integration 11 years ago
db google sign up / sign in integration 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 webshims issue 11 years ago
log init 13 years ago
public google site verification 13 years ago
script add a simple deploy script 11 years ago
spec google sign up / sign in integration 11 years ago
test init 13 years ago
vendor/assets google sign up / sign in integration 11 years ago
.gitignore vendor everything, clean stuff 11 years ago
.kateproject kate editor, gitignores 11 years ago
.rdebugrc update deps, fix domain creation, refactor, update AS, simple routes 11 years ago
.rspec tweaks 11 years ago
.ruby-version tweaks 11 years ago
Capfile capfile 13 years ago
Gemfile google sign up / sign in integration 11 years ago
Gemfile.lock google sign up / sign in integration 11 years ago
Guardfile spec, ensurances, tweaks 13 years ago
README tweaks 11 years ago
Rakefile app naming 13 years ago
Vagrantfile vagrant phpmyadmin and such 11 years ago
config.ru app naming 13 years ago
entrydns.spec spec: change mysql package name 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