This is the code for the Gruntwork website.
Gruntwork can help you get your entire infrastructure, defined as code, in about one day. You focus on your product. We'll take care of the Gruntwork.
The fastest way to launch this site is to use Docker.
git clone
this repodocker-compose up
- Go to
http://localhost:4000
to test
git clone
this repo- Install Jekyll
- Just the first time:
bundle install
- Start Jekyll server:
bundle exec jekyll serve --livereload
- Go to
http://localhost:4000
To deploy the site:
- Create a PR with your code changes
- After the PR has been approved, merge it into
master
- The releaser bot will create a Draft release
- Go to the releases page and update the draft release with the relevant information
- Release it
- The CI/CD pipeline will deploy it automatically
- Built with Jekyll. This website is completely static and we use basic HTML or Markdown for everything.
- Preview environments are built with Netlify.
- Hosted on Amazon S3, with CloudFront as a CDN. Using s3_website to automatically upload static content to S3.
- We use Bootstrap and Less.
- We're using UptimeRobot and Google Analytics for monitoring and metrics.
See LICENSE.txt.