This is a community driven website for the UK accelerated computing research community. Feel free to contribute training or posts by submitting a pull request.
This website is built using Jekyll.
Make sure you have Ruby and Ruby gems installed on your Linux machine. Run the following command to installl Jekyll:
gem install jekyll bundler
The site can then be built and served locally at http://localhost:4000 for testing. Use the command:
bundle exec jekyll serve