Playground
Jump to navigation
Jump to search
Reference Assets
Reference operations script: playground/project-template/bin/operations. Works with local and remote servers.
New Project
- Overview
This template contains a basic structure and artifacts to be used when starting new playground project.
- Related
https://kb.novaordis.com/index.php/Playground
- 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.