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