Project

General

Profile

Actions

Deployment Guide - qiwi-provider » History » Revision 1

Revision 1/2 | Next »
chin-yeh, 03/07/2012 12:14 PM


Deployment Guide - qiwi-provider

Steps-By-Steps:
  1. if this is not first time deployment, skip this step:
    1. checkout the qiwi-provider project into Eclipse
    2. upload this properties file, [.../properties/application.properties] to:
      • /data/qiwi-provider
      • you may need to update this properties file
  2. execute this Maven goal:
    clean package
  3. if no error, it'll create a binary file called, [qiwi-provider.war] in [.../target] folder
    1. upload this binary file to Jboss's deploy folder
    2. restart jboss
  4. done

Updated by chin-yeh over 12 years ago · 1 revisions