-
Notifications
You must be signed in to change notification settings - Fork 16
Onboarding Notes
Tyler Burton edited this page May 11, 2022
·
1 revision
To manually deploy this application to a sandbox on cloud.gov will require some changes the manifest, among them deploying SOLR as a dockerized standalone application rather than a service as it is currently configured in main
.
To start, you will want to checkout the cloud-dot-gov-onboarding-changes
branch.
Follow the steps outlined here with some minor additions:
- When running the
vendor-requirements.sh
script for the first time, pass inbuild
as an argument to pull down all the dependencies locally. - To push solr as a separate service, once you have completed Step 1, you will run
cf push ((appname))-solr --vars-file vars.yml
- When creating the user-provided-service secrets, these instructions here will help you grab the correct info from an application running in the
gsa-datagov
org anddevelopment
space and push it into a file.- run
cf cups
to create, insead ofuups
:cf cups ((appname))-secrets -p ((path-to-your-local-secrets-file))
- run