Project

General

Profile

Deployment Guide - ws-mimic » History » Version 3

chin-yeh, 01/31/2012 11:28 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
## upload the following file(s) *to* <code>/data/qconnector/ws-mimic</code>:
14
*** <code>.../<<environment>>/ws-mimic/application.properties</code> 
15
**** where <code>environment</code> is either *production* or *development*
16
# download the *ws-mimic* war file from [[general-info:SearchBrowse_artifact|Nexus]]
17
# 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