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:
- Get set up with Cloud.gov (instructions)
- Target your sandbox by running:
cf target -o sandbox
- Set up the database:
cf create-service aws-rds shared-psql identity-deed-db
- Set the
SECRET_TOKEN
env var for the app:cf set-env <APP_NAME> SECRET_KEY_BASE
rake secret` - Deploy!
cf push APP_NAME -f .manifest.yml
- Note that
manifest.yml
currently assumes an app name ofidentity-deeds
. Since app names must be unique, apps deployed to new sandbox accounts will need a different name and the manifest file will need to be edited. - See
db/seeds.rb
to log in as one of the seed users.