- Notifications
You must be signed in to change notification settings - Fork4
License
NotificationsYou must be signed in to change notification settings
afomi/datacatalog-web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Front-end web app.
Other the standard Rails stack, the biggest requirement is the National Data Catalog API, which is a Sinatra app that uses MongoDB as it's data store. Please navigate to thedatacatalog-api repository to get set up on that end.
sudo gem sources -a http://gems.github.com sudo gem install authlogic authlogic-oid ruby-openid nokogiri faker httparty sudo gem install rspec rspec-rails thoughtbot-shoulda rr sudo gem install notahat-machinist webrat cucumber bmabey-database_cleaner
- Configure
config/api.yml
to point to your API instance. - Configure a
config/database.yml
to point to your relational database of choice.
We're taking testing Very Seriously, practicingoutside-in development. Our stack: