Privacy risk assessment tool inspired by NIST
A privacy risk assessment tool inspired by NIST.
“It takes many good deeds to build a good reputation, and only one bad one to lose it.”
– Benjamin Franklin
To deploy the app yourself, you may do the following:
cf target -o sandbox
cf create-service aws-rds shared-psql identity-deed-db
SECRET_TOKEN
env var for the app:cf set-env <APP_NAME> SECRET_KEY_BASE
rake secret`cf push APP_NAME -f .manifest.yml
manifest.yml
currently assumes an app name of identity-deeds
.db/seeds.rb
to log in as one of the seed users.