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.
Claudius Nicolae
2dc45d135a
|
12 years ago | |
---|---|---|
app | 12 years ago | |
config | 12 years ago | |
db | 12 years ago | |
dist/fedora | 12 years ago | |
doc | 13 years ago | |
lib | 12 years ago | |
log | 13 years ago | |
public | 13 years ago | |
script | 13 years ago | |
spec | 12 years ago | |
test | 13 years ago | |
vendor | 12 years ago | |
.gitignore | 13 years ago | |
.rspec | 13 years ago | |
.rvmrc | 13 years ago | |
Capfile | 13 years ago | |
Gemfile | 12 years ago | |
Gemfile.lock | 12 years ago | |
Guardfile | 13 years ago | |
README | 12 years ago | |
Rakefile | 13 years ago | |
config.ru | 13 years ago | |
entrydns.spec | 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:drop db:create db:migrate db:seed:development
## Tests
Start Guard
> bundle exec guard
Run tests
> bundle exec rspec spec