Created
December 3, 2020 22:13
-
-
Save gregelin/c9497b1131d1474d5c7b1474f706d5fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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