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 412d9d7cd0 bump spec 11 years ago
.bundle vendor everything, clean stuff 11 years ago
app audit tweaks 11 years ago
config audit via paper_trail 11 years ago
db audit via paper_trail 11 years ago
dist google marketplace artefacts 11 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 scripts: update deployment script 11 years ago
spec devise acceptance specs 11 years ago
test init 13 years ago
vendor/assets google sign up / sign in integration 11 years ago
.gitignore ignore google marketplace zip item 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 udate deps 11 years ago
Gemfile.lock udate deps 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 bump spec 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