cghss-data-lab / biosecurity-library

MIT License
0 stars 0 forks source link

Biosecurity Central

πŸ“ˆ Analytics

πŸš€ Deployment Status

Branch CI/CD Status Url
Prod CircleCI biosecuritycentral.org
Staging CircleCI staging.biosecuritycentral.org
Review CircleCI review.biosecuritycentral.org
Dev CircleCI dev.biosecuritycentral.org

Automated deployment schedule: all data are ingested to Staging weekly.

πŸ“„ Ingest Latest Data from Airtable

  1. Click the "CI/CD Status" badge above next to the site where you want to update data
  2. Click "Trigger Pipeline" button on the top right section of that page
  3. If you're looking for additional detail on how to update different aspects of the site, checkout the Standard Operating Procedures document

πŸ‘©β€πŸ’» Local Development Quick start

  1. Install & log in to Bit

  2. Install dependencies

yarn
  1. Start development server
yarn start

πŸ–₯ Deployment Infrastructure

All Biosecurity Central Infrastructure is managed using the CloudFormation template within the /CloudFormation/ directory. All changes to hosting, domain names, alternate domain names, and access control must be made in the template and deployed using the update command.

Infrastructure updates must be made with care as they can cause site downtime.

Remember to update site passwords before running deployment command.