Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brikis98/terraform-up-and-running

This is the website for the book "Terraform: Up and Running" by Yevgeniy Brikman
https://github.com/brikis98/terraform-up-and-running

book terraform

Last synced: 6 days ago
JSON representation

This is the website for the book "Terraform: Up and Running" by Yevgeniy Brikman

Awesome Lists containing this project

README

        

# Terraform: Up and Running

This is the website for the book *[Terraform: Up and Running](https://www.terraformupandrunning.com)* by [Yevgeniy
Brikman](https://www.ybrikman.com).

## Quick start

### Using Docker

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

### Without Docker

1. Make sure you have [Ruby](https://www.ruby-lang.org/) and [Jekyll](http://jekyllrb.com/docs/installation/) installed
1. `git clone` this repo
1. Just the first time: `bundle install`
1. To build the site and serve it: `bundle exec jekyll serve`
1. To test: `http://localhost:4000`

See the [Jekyll](http://jekyllrb.com/) and [GitHub Pages](https://pages.github.com/) documentation for more info.

## Technologies

1. Built with [Jekyll](http://jekyllrb.com/). This website is completely static.
1. Hosted on [GitHub Pages](https://pages.github.com/). I'm using the
[GitHub Pages Gem](https://help.github.com/articles/using-jekyll-with-pages/) and only Jekyll plugins that are
[available on GitHub Pages](https://help.github.com/articles/repository-metadata-on-github-pages/).
1. Free SSL and CDN provided by [CloudFlare](https://www.cloudflare.com/).
1. I used [Basscss](http://www.basscss.com/), [Sass](http://sass-lang.com/),
[Font Awesome Icons](http://fortawesome.github.io/Font-Awesome/icons/), and
[Google Fonts](https://www.google.com/fonts) for styling.
1. I used [jQuery](https://jquery.com/) and [lazySizes](http://afarkas.github.io/lazysizes/) for behavior.
1. I'm using [UptimeRobot](http://uptimerobot.com/) and [Google Analytics](http://www.google.com/analytics/) for
monitoring and metrics.

# License

This code is released under the MIT License. See LICENSE.txt.