This repository is for the website for the MITRE Cyber Academy.
gem install bundle
rbenv rehash
bundle install
bundle exec jekyll server
git clone [address]
git push origin master
sudo apt install ruby
sudo apt install rbenv
sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev
export PATH=$PATH:/home/<username>/.gem/ruby/<ruby version>/bin/
gem install --user-install bundle
echo 'exclude: [vendor]' >> _config.yml # (https://stackoverflow.com/questions/39057405/unable-to-build-a-jekyll-site-invalid-date)
bundle install --path vendor/bundle
bundle exec jekyll server
docker run -p 8080:4000 -v $(pwd):/site bretfisher/jekyll-serve