Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brikis98/terraform-up-and-running
- Owner: brikis98
- License: mit
- Created: 2016-11-09T13:22:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T20:35:10.000Z (4 months ago)
- Last Synced: 2024-10-30T00:27:34.692Z (8 days ago)
- Topics: book, terraform
- Language: SCSS
- Homepage: http://www.terraformupandrunning.com/
- Size: 8.67 MB
- Stars: 25
- Watchers: 4
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.