Collection of workshops to demonstrate best practices in using Amazon Web Service High Perfomance Computing (HPC) components.
The content of the workshops is built using hugo.
To build the content
- Clone this repository
git clone --recurse-submodules https://github.com/aws-samples/aws-hpc-tutorials.git- Install Hugo. You need to use hugo version 0.92.2: https://github.com/gohugoio/hugo/releases/tag/v0.92.2 On a mac that's:
brew install hugo- Run hugo to generate the site, and point your browser to http://localhost:1313
hugo serve -Dor
If you have Docker installed, alternatively to point 2 and 3 above, you could just execute
./run.sh
and point your browser to http://localhost:1313
The project uses hugo learn template as a git submodule. To update the content, execute the following code
pushd themes/hugo-theme-learn
git submodule init
git submodule update --checkout --recursive
popdThe documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.
The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.