Rails frontend for Hemlock
This Rails project serves as the basic UI for Lab41's Hemlock. The basic webapp uses Devise and CanCan for user authentication to a MySQL backend. The frontend hits a remote ElasticSearch server, as well as the Hemlock-REST API, to deliver search results and display Tenant, System, User, and Role information.
grep FIXME -Ri .
) with your specific usernames, passwords, servers, and (optionally) environment configuration:
- config/application.yml
- config/database.yml
- config/deploy.rb
bundle exec rails s
cap production deploy:setup && cap production deploy:check && cap production deploy
Hemlock Architecture:
This app was built on top of the RailsApps project rails3-bootstrap-devise-cancan for Rails 3.2.13 and ruby 1.9.3p194 on top of Ubuntu 13.04