<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yes, sounds interesting for sure, but I know nothing about Vagrant. Where should I start ? (Obviously the docs, but any trips/tricks are welcome).<br></blockquote><div><br></div><div>I knew nothing about it until a week ago and I found it incredibly intuitive and easy to get meaningful work done. I'd suggest the following as a quickstart:</div><div><br></div><div><pre class="code-java" style="margin-top:0px;margin-bottom:0px;padding:0px;max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal;color:rgb(51,51,51);font-size:12px;line-height:16px;background-color:rgb(245,245,245)">git clone https:<span class="code-comment" style="color:rgb(128,128,128)">//<a href="http://github.com/serac/idp-vagrants">github.com/serac/idp-vagrants</a>
</span>cd idp-vagrants
pushd idp-base; vagrant up; popd
bin/load-test-vagrant.sh</pre></div><div> </div><div>That will run the load tests against a plain-vanilla IdP on Java 8 and Jetty 9.3 and put JMeter test output in your home directory. You can get access to the console via "vagrant ssh" and poke around. I installed everything in the /opt directory for consistency with our "default" install location.</div><div><br></div><div>M<a href="mailto:dev-unsubscribe@shibboleth.net" target="_blank"></a><br>
</div><div><br></div></div></div>