Difference between revisions of "Social Portal Extension Setup"
From Gcube Wiki
(Created page with '== Get the needed dependencies for the Social Extension ==') |
(→Get the needed dependencies for the Social Extension) |
||
Line 1: | Line 1: | ||
== Get the needed dependencies for the Social Extension == | == Get the needed dependencies for the Social Extension == | ||
+ | |||
+ | * Social Networking Library from maven (get the latest) [http://maven.research-infrastructures.eu/nexus/index.html#nexus-search;quick~social-networking nexus-search;quick~social-networking] | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <dependency> | ||
+ | <groupId>org.gcube.portal</groupId> | ||
+ | <artifactId>social-networking-library</artifactId> | ||
+ | <version>1.0.0-SNAPSHOT</version> | ||
+ | </dependency> | ||
+ | </source> | ||
+ | |||
+ | * Create a folder _social-library in $GLOBUS_LOCATION/lib | ||
+ | * Copy in the yet created floder the SNL Dependencies & the Netflix Astyanax Dependencies: | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <dependency> | ||
+ | <groupId>com.netflix.astyanax</groupId> | ||
+ | <artifactId>astyanax</artifactId> | ||
+ | <version>CHECK THE VERSION IN SNL POM</version> | ||
+ | </dependency> | ||
+ | </source> |
Revision as of 14:58, 1 February 2013
Get the needed dependencies for the Social Extension
* Social Networking Library from maven (get the latest) nexus-search;quick~social-networking
<dependency> <groupId>org.gcube.portal</groupId> <artifactId>social-networking-library</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency>
- Create a folder _social-library in $GLOBUS_LOCATION/lib
- Copy in the yet created floder the SNL Dependencies & the Netflix Astyanax Dependencies:
<dependency> <groupId>com.netflix.astyanax</groupId> <artifactId>astyanax</artifactId> <version>CHECK THE VERSION IN SNL POM</version> </dependency>