-
Notifications
You must be signed in to change notification settings - Fork 3
Deploying and running
mnowrot edited this page Dec 15, 2014
·
6 revisions
- Download project sources by issuing the following command
git clone https://github.com/mnowrot/Quicklist-RESTFul - Download and install SmartGWT by:
- Editing the
settings.xmlfile (usually found in~/.m2directory) and adding<pluginGroup>com.isomorphic</pluginGroup>to<pluginGroups>element - Issuing the following command:
mvn isc:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=5.0p -DbuildDate=2014-11-23
ThebuildDateparameter is important as it gets appended to the SmartGWT library version number.
- Editing the
- 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.
Open a web browser and go to one of these URLs:
- AngularJS: http://localhost:8080/quicklist-angularjs