-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
executable file
·40 lines (27 loc) · 1.26 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
Stats dashlet for Alfresco Share
======================================
Author: Jordi Vilaplana
This project defines a custom dashlet that provides a set of stats.
Installation
------------
The add-on has been developed to install on top of an existing Alfresco
3.4 installation.
An Ant build script is provided to build a JAR file containing the
custom files, which can then be installed into the 'tomcat/shared/lib' folder
of your Alfresco installation.
To build the JAR file, run the following command from the base project
directory.
ant clean dist-jar
The command should build a JAR file named stats-dashlet.jar
in the 'build/dist' directory within your project.
To deploy the dashlet files into a local Tomcat instance for testing, you can
use the hotcopy-tomcat-jar task. You will need to set the tomcat.home
property in Ant.
ant -Dtomcat.home=C:/Alfresco/tomcat clean hotcopy-tomcat-jar
Once you have run this you will need to restart Tomcat so that the classpath
resources in the JAR file are picked up.
Using the dashlet
-----------------
Log in to Alfresco Share and navigate to your user dashboard. Click the
Customize Dashboard button to edit the contents of the dashboard and drag
the dashlet into one of the columns from the list of dashlets.