You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,27 +3,25 @@ OAuth Support for Alfresco Share
3
3
4
4
Author: Will Abson
5
5
6
-
This add-on provides custom Spring Surf connectors and client-side helper class, allowing easy OAuth-based access to external resources. It is a prerequisite for the Twitter, Yammer and LinkedIn dashlets provided by Share Extras.
7
-
8
-
Installation
9
-
------------
10
-
11
-
The extension is packaged as a single JAR file for easy installation into Alfresco Share.
12
-
13
-
To install the component, drop the `share-oauth-<version>.jar` file into the following two directories within your Alfresco installation, and restart the application server.
6
+
This add-on provides custom Spring Surf connectors and client-side helper class, allowing easy OAuth-based access to external resources. It is a prerequisite for the Twitter, Yammer, LinkedIn and GitHub dashlets provided by Share Extras, and the Chatter Dashlet built by Alfresco's Integrations team.
14
7
15
-
*`tomcat/webapps/alfresco/WEB-INF/lib`
16
-
*`tomcat/webapps/share/WEB-INF/lib`
17
-
18
8
Building from Source
19
9
--------------------
20
10
21
-
An Maven POM is provided to build a JAR file containing the custom files, which can then be installed into your Alfresco installation.
11
+
An Maven POM is provided to build the extension, which can then be installed into your Alfresco installation.
22
12
23
-
To build the JAR file, run Maven from the base project directory.
13
+
To build the project, run Maven from the base project directory.
24
14
25
-
mvn clean package
15
+
mvn clean package
26
16
27
-
The command should build a JAR file named `share-oauth-<version>.jar` in the `target` directory within your project, which you install by copying it into the `WEB-INF/lib` folder of the `alfresco` and `share` webapps.
17
+
This will give you two JAR files which you can install as follows.
28
18
29
-
Once you have run this you will need to restart Tomcat so that the resources in the JAR file are picked up.
19
+
Installation
20
+
------------
21
+
22
+
The extension is packaged as a two JAR files, one for the repository and one for Share.
23
+
24
+
To install the component, copy the two files into your Alfresco installation, and restart the application server.
25
+
26
+
* Copy `share-oauth/target/share-oauth.jar` into `tomcat/webapps/share/WEB-INF/lib`
27
+
* Copy `share-oauth-repo/target/share-oauth-repo.jar` into `tomcat/webapps/alfresco/WEB-INF/lib`
0 commit comments