Skip to content

Commit ee3d179

Browse files
committed
Minor changes
1 parent d31d541 commit ee3d179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2016-08-08-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ date: 2016-08-08 09:46:53
66
order: 201
77
---
88

9-
### Packaging
9+
#### Packaging
1010

1111
The recommended way to deploy Pippo applications is as a normal executable application with an embedded web server.
1212

@@ -93,13 +93,13 @@ In order to create a .zip file consisting of your application and its dependenci
9393

9494
* Execute `mvn clean package` and view your packaged application at `target/yourappname-#.#.#.zip`
9595

96-
### Deployment
96+
#### Deployment
9797

9898
* Transfer the .zip file to your server
9999
* Unzip it
100100
* Execute `java -jar yourappname-#.#.#.jar`
101101

102-
### Snapshot Workaround
102+
#### Snapshot Workaround
103103

104104
If you are using a SNAPSHOT version of Pippo as described in the [Maven section](../dev/maven.html), a small workaround is necessary due to a Maven bug:
105105

0 commit comments

Comments
 (0)