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
323ce26a09
|
11 years ago | |
---|---|---|
app | 11 years ago | |
config | 11 years ago | |
db | 11 years ago | |
dist/fedora | 12 years ago | |
doc | 13 years ago | |
lib | 11 years ago | |
log | 13 years ago | |
public | 13 years ago | |
script | 11 years ago | |
spec | 11 years ago | |
test | 13 years ago | |
vendor/assets | 11 years ago | |
.gitignore | 11 years ago | |
.kateproject | 11 years ago | |
.rspec | 11 years ago | |
.ruby-version | 11 years ago | |
.rvmrc | 13 years ago | |
Capfile | 13 years ago | |
Gemfile | 11 years ago | |
Gemfile.lock | 11 years ago | |
Guardfile | 13 years ago | |
README | 11 years ago | |
Rakefile | 13 years ago | |
Vagrantfile | 11 years ago | |
config.ru | 13 years ago | |
entrydns.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