Playground

From NovaOrdis Knowledge Base
Revision as of 07:09, 23 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Reference Assets

Reference operations script: playground/project-template/bin/operations. Works with local and remote servers.

New Project

Use the playground project template:


https://github.com/NovaOrdis/playground/tree/master/project-template

  1. Overview

This template contains a basic structure and artifacts to be used when starting new playground project.

  1. Related

https://kb.novaordis.com/index.php/Playground

  1. Create a New Project

Recursively compy the template under a new name, and customize it.

``` cp -r .../project-template .../<your-project-name> cd .../<your-project-name> rm -r .idea ```

then edit pom.xml, create an IntelliJ project, etc.