prod: https://tracker.data.humancellatlas.org staging: https://tracker.staging.data.humancellatlas.org integration: https://tracker.integration.data.humancellatlas.org
export DEPLOYMENT_STAGE=integration
(or staging
or prod
)make -C chalice build
scripts/run_local_server
The front-end will be served on http://127.0.0.1:8000 and the API on http://127.0.0.1:9000. Press Ctrl-C to quit the server.
Coming soon
git clone https://github.com/HumanCellAtlas/data-monitoring-dashboard.git
cd data-monitoring-dashboard
pip install -r requirements-dev.txt
export DEPLOYMENT_STAGE=ENVNAME
where ENVNAME is the name of the environment you are running tests forsource config/environment
make functional-tests
Coming soon
Coming soon
terraform/envs/prod/terraform.tfvars.example
. Set cloudfront_id
to N/A
.make upload-vars
from terraform/envs/ENVNAME
make apply
from terraform/envs/ENVNAME
make deploy_api
from the repo rootcloudfront_id
at terraform/envs/ENVNAME/terraform.tfvars
with value from cloudfront setup from prior step.make upload-vars
from terraform/envs/ENVNAME
make apply
from terraform/envs/ENVNAME
make deploy_frontend
from repo rootexport DEPLOYMENT_STAGE=ENVNAME
where ENVNAME is the name of the environment you are deploying tosource config/environment
make deploy
terraform/envs/ENVNAME
where ENVNAME is the name of the environment you are deploying toretrieve-vars
data_refresher_image
in terraform.tfvars
with new image you built and pushed in step 1make upload-vars
make apply
Coming soon