Skip to content

cbuto/gruntwork-io.github.io

 
 

Repository files navigation

gruntwork.io website

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.

Docker quick start

The fastest way to launch this site is to use Docker.

  1. git clone this repo
  2. docker-compose up
  3. Go to http://localhost:4000 to test

Manual quick start

  1. git clone this repo
  2. Install Jekyll
  3. Just the first time: bundle install
  4. Start Jekyll server: bundle exec jekyll serve --livereload
  5. Go to http://localhost:4000

Deploying

To deploy the site to S3/CloudFront:

  1. Configure your AWS credentials as environment variables.
  2. docker-compose run web ./push-to-s3-stage.sh -or-
  3. docker-compose run web ./push-to-s3-prod.sh

Technologies

  1. Built with Jekyll. This website is completely static and we use basic HTML or Markdown for everything.
  2. Preview environments are built with Netlify.
  3. Hosted on Amazon S3, with CloudFront as a CDN. Using s3_website to automatically upload static content to S3.
  4. We use Bootstrap and Less.
  5. We're using UptimeRobot and Google Analytics for monitoring and metrics.

License

See LICENSE.txt.

About

The gruntwork.io website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 56.4%
  • JavaScript 28.8%
  • Less 13.2%
  • CSS 0.6%
  • HCL 0.5%
  • Ruby 0.4%
  • Other 0.1%