You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2016-08-08-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ date: 2016-08-08 09:46:53
6
6
order: 201
7
7
---
8
8
9
-
### Packaging
9
+
####Packaging
10
10
11
11
The recommended way to deploy Pippo applications is as a normal executable application with an embedded web server.
12
12
@@ -93,13 +93,13 @@ In order to create a .zip file consisting of your application and its dependenci
93
93
94
94
* Execute `mvn clean package` and view your packaged application at `target/yourappname-#.#.#.zip`
95
95
96
-
### Deployment
96
+
####Deployment
97
97
98
98
* Transfer the .zip file to your server
99
99
* Unzip it
100
100
* Execute `java -jar yourappname-#.#.#.jar`
101
101
102
-
### Snapshot Workaround
102
+
####Snapshot Workaround
103
103
104
104
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:
0 commit comments