mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fix formatting on https://fleetdm.com/docs/deploying/cloudgov (#7616)
This commit is contained in:
parent
ebd967086d
commit
70cced99fb
@ -13,6 +13,7 @@ values as appropriate.
|
||||
3. Install the cf-cli - https://cloud.gov/docs/getting-started/setup/
|
||||
|
||||
4. From your local fleetdm source directory.
|
||||
|
||||
```
|
||||
git clone https://github.com/fleetdm/fleet
|
||||
cd fleet
|
||||
@ -20,12 +21,15 @@ cf login -a api.fr.cloud.gov --sso
|
||||
|
||||
# Follow the link to copy the Temporary Authentication Code when prompted
|
||||
```
|
||||
|
||||
5. Setup a demo application space
|
||||
|
||||
```
|
||||
cf target -o sandbox-gsa create-space fleetdm-rename
|
||||
```
|
||||
|
||||
6. Create database(s)
|
||||
|
||||
```
|
||||
# Update manifest.yml file to rename application and database key names to match commands below.
|
||||
|
||||
@ -40,6 +44,7 @@ cf push
|
||||
|
||||
> Note: This is only for demonstration purposes, in order to run a production level federal/FISMA system. You will need to contact the [cloud.gov program](https://cloud.gov) and consult your organization's security team (for risk assessment and an Authority to Operate).
|
||||
|
||||
|
||||
## Using jq to map service credentials
|
||||
|
||||
Cloud foundry injects an environmental variable [`$VCAP_SERVICES`](https://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES) which is available within the
|
||||
@ -105,4 +110,5 @@ variables](https://fleetdm.com/docs/deploying/configuration#using-only-environme
|
||||
}
|
||||
```
|
||||
|
||||
<meta name="pageOrderInSection" value="700">
|
||||
<meta name="title" value="Cloud.gov">
|
||||
<meta name="pageOrderInSection" value="700">
|
||||
|
Loading…
Reference in New Issue
Block a user