Playground: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
=New Project= | =New Project= | ||
Use the playground project template: | |||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | |||
:<br>https://github.com/NovaOrdis/playground/tree/master/project-template<br><br> | |||
</blockquote> | |||
#Overview | #Overview |
Revision as of 07:09, 23 January 2016
Reference Assets
Reference operations script: playground/project-template/bin/operations. Works with local and remote servers.
New Project
Use the playground project template:
- 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.