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.
 
 
 
 
 
 
Vaidas Jablonskis 77124ff4ea Rename LICENSE file 9 years ago
.bundle vendor everything, clean stuff 11 years ago
app 3rd party license 9 years ago
config disable paper-trail in production 10 years ago
db various fixes 10 years ago
dist google marketplace artefacts 11 years ago
doc slides, samples, seeds, styles 13 years ago
lib data migration 10 years ago
log init 13 years ago
public favicon 11 years ago
script scripts: update deploy script 11 years ago
spec all tests pass 10 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
Capfile capfile 13 years ago
Gemfile all systems operational 10 years ago
Gemfile.lock all tests pass 10 years ago
Guardfile spec, ensurances, tweaks 13 years ago
LICENSE Rename LICENSE file 9 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: bump version up for a new release 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