Skip to content

Instantly share code, notes, and snippets.

@gregelin
Created December 3, 2020 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregelin/c9497b1131d1474d5c7b1474f706d5fc to your computer and use it in GitHub Desktop.
Save gregelin/c9497b1131d1474d5c7b1474f706d5fc to your computer and use it in GitHub Desktop.
cd ../
git clone https://github.com/usnistgov/OSCAL usnistgov-oscal
cd usnistgov-oscal/
git checkout metaschema-m4-integration
ls
git submodule update --init
ls
cd build
docker-compose build
sublime ./
docker-compose build
docker-compose run cli
history
# install on Mac
cd ~/Downloads
wget https://github.com/gohugoio/hugo/releases/downloa.3/hugo_extended_0.74.3_macOS-64bit.tar.gz
gzip -uzf hugo_extended_0.74.3_macOS-64bit.tar.gz
tar -zxvf hugo_extended_0.74.3_macOS-64bit.tar.gz
./hugo
cd /codedata/code/usnistgov-oscal/docs/
~/Downloads/hugo server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment