Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 706 Bytes

Tutorial: JOSS QuickStart

This is a working project to demonstrate how to quickly get up to speed with JOSS.

It is built as a standalone application, and contains all content discussed in the accompanying blog post by 42 bv.

To see this project in action:

  1. Checkout the code
  2. Put your account information in src/main/resources/credentials.properties
  3. Run this command: mvn compile exec:java

All code is in a single class: nl.tweeenveertig.openstack.tutorial.MainClass

Works with JOSS v0.8.1