Playground: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
</blockquote>
</blockquote>


#Overview
This template contains a basic structure and artifacts to be used when starting new playground project. In order to create a new project:


This template contains a basic structure and artifacts to be used when starting new
1. Recursively compy the template under a new name, and customize it.
playground project.


#Related
<pre>
 
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>
cp -r .../project-template .../<your-project-name>
cd .../<your-project-name>
cd .../<your-project-name>
rm -r .idea
rm -r .idea
```
</pre>
 
2. Edit <tt>pom.xml</tt>


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

Revision as of 07:10, 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:


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

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

1. 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

2. Edit pom.xml

3. Create an IntelliJ project.