项目作者: 18F

项目描述 :
Privacy risk assessment tool inspired by NIST
高级语言: Ruby
项目地址: git://github.com/18F/identity-deed.git
创建时间: 2016-10-05T11:47:27Z
项目社区:https://github.com/18F/identity-deed

开源协议:

下载


Deed

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

Deployment

To deploy the app yourself, you may do the following:

  1. Get set up with Cloud.gov
    (instructions)
  2. Target your sandbox by running: cf target -o sandbox
  3. Set up the database:
    cf create-service aws-rds shared-psql identity-deed-db
  4. Set the SECRET_TOKEN env var for the app:
    cf set-env <APP_NAME> SECRET_KEY_BASErake secret`
  5. Deploy! cf push APP_NAME -f .manifest.yml
  6. Note that manifest.yml currently assumes an app name of identity-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.
  7. See db/seeds.rb to log in as one of the seed users.