Skip to content

Deploying and running

mnowrot edited this page Dec 15, 2014 · 6 revisions

Deploying

  1. Download project sources by issuing the following command git clone https://github.com/mnowrot/Quicklist-RESTFul
  2. Download and install SmartGWT by:
    1. Editing the settings.xml file (usually found in ~/.m2 directory) and adding <pluginGroup>com.isomorphic</pluginGroup> to <pluginGroups> element
    2. Issuing the following command:
      mvn isc:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=5.0p -DbuildDate=2014-11-23
      The buildDate parameter is important as it gets appended to the SmartGWT library version number.
  3. In the project root directory issue the following command: mvn clean wildfly:deploy - this will build and deploy all Quicklist-RESTful modules. If you wish to build only one module just move to its directory and issue the command above.

Running

Open a web browser and go to one of these URLs:

Clone this wiki locally