Web application for Credence system that allows teams to share sensitive files such as configuration information, credentials, etc.
Please also note the Web API that it uses: https://github.com/ISS-Security/credence-api
Install this application by cloning the relevant branch and use bundler to install specified gems from Gemfile.lock
:
bundle install
This web app does not contain any tests yet :(
Launch the application using:
rake run:dev
The application expects the API application to also be running (see config/app.yml
for specifying its URL)