Project

General

Profile

Deployment Guide - ws-mimic » History » Version 5

chin-yeh, 01/31/2012 11:31 AM

1 1 chin-yeh
{{toc}}
2
3
h1. Deployment Guide - ws-mimic
4 2 chin-yeh
5
*Latest stable version* is:
6
> 3.1.1-SNAPSHOT
7
8 3 chin-yeh
9 2 chin-yeh
h2. Steps
10
11
# if this is *first time* deployment:
12
## checkout the project, [[Wiki#connector-config|connector-config]]
13 5 chin-yeh
## upload the following file(s) *to* <code>[/data/qconnector/ws-mimic]</code>:
14
*** *application.properties* - located in <code>[.../<<environment>>/ws-mimic]</code>
15 2 chin-yeh
**** where <code>environment</code> is either *production* or *development*
16 4 chin-yeh
# download the *latest stable* version of *ws-mimic* war file from [[general-info:SearchBrowse_artifact|Nexus]]
17 2 chin-yeh
# rename the downloaded war file to *ws-mimic.war*
18
# upload the war file to <code>Jboss</code> *deploy* folder
19
# restart the <code>Jboss</code>
20 3 chin-yeh
# done