Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Update README with yamllint and content build info
Browse files Browse the repository at this point in the history
  • Loading branch information
shawndwells authored May 12, 2017
1 parent a9e8fbd commit f4f53b0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OpenControl content for Red Hat technologies. Work in progress!


## Building OpenControl/RedHat content
## Prep your Development Environment
A few packages are needed for successful OpenControl builds on a RHEL7 system.

(1) Install Base Packages
Expand Down Expand Up @@ -69,3 +69,15 @@ go get github.com/opencontrol/fedramp-templater
`````
sudo yum -y install yamllint
`````

## Build the Content
You can run ``make`` in the top-level directory to build OpenControl content for all subprojects. Alternatively, you can ``cd`` into a project directory and run things one at a time.

For example, to build OpenShift v3 content:
`````
$ cd OpenShift-v3
$ make
`````
Inside the ``exports`` directory, you will now see two files:
* ``FedRAMP-Filled-v2.1.docx``: Completed FedRAMP template with your security controls
* ``OpenShift_v3_Compliance.pdf``: DocBook style, breakouts controls without formatting

0 comments on commit f4f53b0

Please sign in to comment.