Exploring Vagrant for Development and Testing

Marvin Addison marvin.addison at gmail.com
Fri Oct 9 13:42:20 EDT 2015


>
> Yes, sounds interesting for sure, but I know nothing about Vagrant. Where
> should I start ? (Obviously the docs, but any trips/tricks are welcome).
>

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:

git clone https://github.com/serac/idp-vagrantscd idp-vagrants
pushd idp-base; vagrant up; popd
bin/load-test-vagrant.sh


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.

M <dev-unsubscribe at shibboleth.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20151009/71fc3054/attachment.html>


More information about the dev mailing list