open-vault/website
Jeff Mitchell c1d8b97342 Add reset support to the unseal command.
Reset clears the provided unseal keys, allowing the process to be begun
again. Includes documentation and unit test changes.

Fixes #695
2015-10-28 15:59:39 -04:00
..
helpers website: initial import 2015-03-13 10:38:41 -07:00
source Add reset support to the unseal command. 2015-10-28 15:59:39 -04:00
.buildpacks website: initial import 2015-03-13 10:38:41 -07:00
config.rb Use releases for releases 2015-10-26 00:06:17 -04:00
config.ru Use Rack::Protection 2015-07-13 13:07:24 -04:00
Gemfile Use vendored fastly logo 2015-10-26 12:13:03 -04:00
Gemfile.lock Use vendored fastly logo 2015-10-26 12:13:03 -04:00
LICENSE.md website: initial import 2015-03-13 10:38:41 -07:00
Makefile Add Makefile 2015-09-24 13:51:25 -07:00
Procfile website: initial import 2015-03-13 10:38:41 -07:00
README.md Update README to point to Makefile 2015-09-24 13:52:27 -07:00
Vagrantfile website: initial import 2015-03-13 10:38:41 -07:00
version.txt website: bump 2015-05-11 11:47:36 -07:00

Vault Website

This subdirectory contains the entire source for the Vault Website. This is a Middleman project, which builds a static site from these source files.

Contributions Welcome!

If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.

Running the Site Locally

Running the site locally is simple. Clone this repo and run make dev.

Then open up http://localhost:4567. Note that some URLs you may need to append ".html" to make them work (in the navigation).