-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.txt
30 lines (18 loc) · 1000 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Gadget Server Project:
======================
This is a project that builds on the Apache Shindig as the open social gadget containers.
Modules introduction:
=====================
Gadget-Core: This is the domain object module.
Gadget-Shindig: This is the module that implements the shindig SPI.
Gadget-Web: This is the module for GWT based UI showing the gadgets,
and RESTeasy powered restful services
Gadgets: This is the module that keeps the available gadgets, it will be deployed as a war.
Building the Gadget Server:
============================
Run:
mvn clean install
Deploy the Gadget Server:
============================
1. Find gadget-server-1.0.0-SNAPSHOT.zip from the target directory under distribution module.
2. Unzip gadget-server-1.0.0-SNAPSHOT.zip, follow the readme from gadget-server-1.0.0-SNAPSHOT.zip to deploy the gadget server into AS7 (The AS7 version needs to 7.1.1Final or higher)