Playground: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
4. Edit <tt>README.md</tt> | 4. Edit <tt>README.md</tt> | ||
=Operations= | |||
<pre> | |||
deploy --help | |||
</pre> | |||
<pre> | |||
undeploy --help | |||
</pre> |
Revision as of 02:24, 22 February 2016
Reference Assets
Reference operations script: playground/project-template/bin/operations. Works with local and remote servers.
New Project
Use the playground 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, modify:
- name
- groupId
- artifactId
- finalName
3. Create an IntelliJ project. Import Project.
4. Edit README.md
Operations
deploy --help
undeploy --help