All Projects → aws-samples → aws-hpc-tutorials

aws-samples / aws-hpc-tutorials

Licence: other
hpcworkshops.com

Programming Languages

HTML
75241 projects
CSS
56736 projects
shell
77523 projects

AWS HPC Workshop

Collection of workshops to demonstrate best practices in using Amazon Web Service High Perfomance Computing (HPC) components.

https://hpcworkshops.com

Building the Workshop site

The content of the workshops is built using hugo.

To build the content

  1. Clone this repository
git clone --recurse-submodules https://github.com/aws-samples/aws-hpc-tutorials.git
  1. Install Hugo. On a mac that's:
brew install hugo
  1. Run hugo to generate the site, and point your browser to http://localhost:1313
hugo serve -D

Update Theme

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
popd

License

The 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].