Skip to content

Basic Vault versus Consul KV Backend Performance Test - In-a-box [vagrantfile]

Notifications You must be signed in to change notification settings

allthingsclowd/vault_versus_consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Github base template for new project work

To use this base template for you own projects clone this repo to your desktop.

  • STEP 1 (Only need to do this once per workstation)
git clone git@github.com:allthingsclowd/base.git
cd base
  • STEP 2

Create your new project repository.

Manual Option - creation of a Personal Access Token

If using 2-Factor authentication on github you'll need to setup a Personal Access Token.

This is what I've stored in REPOTOKEN below

curl -u allthingsclowd:${REPOTOKEN} https://api.github.com/user/repos -d '{"name":"mynewreponame"}'
git remote add mynewreponame git@github.com:allthingsclowd/mynewreponame.git
git push -u mynewreponame master

OR

Modern Option - Introducing hub.github.com

You'll need to install this tool from github.com and it will improve your productivity over time.

On a macbook

brew install hub

There's a first time use penalty where it configures the above Personal Access Token for you, once this is complete however it should be plain sailing.

hub create -d "My Awesome new repo" mynewreponame
git remote add mynewreponame git@github.com:allthingsclowd/mynewreponame.git
git push -u mynewreponame master

Future hub create commands will leverage the newly created PAT token created for your workstation from the initial run.

  • STEP 3

Finally you can download and start working on your new templated repository as follows

git clone git@github.com:allthingsclowd/mynewreponame.git
cd mynewreponame

All you need to do now is edit this ReadMe. Remove these instructions and fill in the blanks below.

Title Here

What does this do here?

https://travis-ci.org/allthingsclowd/web_page_counter.svg?branch=master

TODO

Refactor

A

Done

About

Basic Vault versus Consul KV Backend Performance Test - In-a-box [vagrantfile]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published