Deployment Guide - qiwi-provider » History » Version 1
chin-yeh, 03/07/2012 12:14 PM
1 | 1 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Deployment Guide - qiwi-provider |
||
4 | |||
5 | *Steps-By-Steps:* |
||
6 | # if this is *not first time* deployment, skip this step: |
||
7 | ## checkout the [[wiki#SCM|qiwi-provider]] project into <code>Eclipse</code> |
||
8 | ## upload this properties file, <code>[.../properties/application.properties]</code> *to*: |
||
9 | *** <code>/data/qiwi-provider</code> |
||
10 | *** you may need to update this properties file |
||
11 | # execute this Maven goal: |
||
12 | <pre>clean package</pre> |
||
13 | # if no error, it'll create a binary file called, <code>[qiwi-provider.war]</code> in <code>[.../target]</code> folder |
||
14 | ## upload this binary file to Jboss's deploy folder |
||
15 | ## restart jboss |
||
16 | # done |