github.com/hobbeswalsh/terraform@v0.3.7-0.20150619183303-ad17cf55a0fa/website/README.md (about) 1 # Terraform Website 2 3 This subdirectory contains the entire source for the [Terraform Website](http://www.terraform.io). 4 This is a [Middleman](http://middlemanapp.com) project, which builds a static 5 site from these source files. 6 7 ## Contributions Welcome 8 9 If you find a typo or you feel like you can improve the HTML, CSS, or 10 JavaScript, we welcome contributions. Feel free to open issues or pull 11 requests like any normal GitHub project, and we'll merge it in. 12 13 ## Running the Site Locally 14 15 Running the site locally is simple. First you need a working copy of [Ruby >= 2.0](https://www.ruby-lang.org/en/downloads/) and [Bundler](http://bundler.io/). 16 Then you can clone this repo and run the following commands from this directory: 17 18 ``` 19 $ bundle 20 # ( installs all gem dependencies ) 21 $ bundle exec middleman server 22 # ( boots the local server ) 23 ``` 24 25 Then open up `http://localhost:4567`. Note that some URLs you may need to append 26 ".html" to make them work (in the navigation).