open-vault/website
Curtis Allen c9213a809d update acl example
Without `auth/token/lookup-self` read access you are unable to
authenticate. Update example to work as well as use new command output.
2015-10-02 09:06:42 -06:00
..
helpers
source update acl example 2015-10-02 09:06:42 -06:00
.buildpacks
config.rb Use new middleman-hashicorp 2015-05-15 16:15:58 -04:00
config.ru Use Rack::Protection 2015-07-13 13:07:24 -04:00
Gemfile Use new middleman-hashicorp 2015-05-15 16:15:58 -04:00
Gemfile.lock website: bundle update 2015-09-29 18:56:47 -07:00
LICENSE.md
Makefile Add Makefile 2015-09-24 13:51:25 -07:00
Procfile
README.md Update README to point to Makefile 2015-09-24 13:52:27 -07:00
Vagrantfile
version.txt

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).