Skip to content

Commit

Permalink
added build and installation description to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrotzek committed Mar 24, 2020
1 parent 93eb166 commit e32d4fe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,18 @@ This ...
1. ... allows Alfresco or Site Administrators to get information of a document.
2. ... allows SiteManager of a site to access audit information of a document.
3. ... other members of a Site can not access audit information of a document.

# Build & Install

1. Clone Repository
2. run `mvn clean package`
3. Copy Amps to your Alfresco installation:
- `form4-auditreport-repo` to amps folder
- `form4-auditreport-share` to amps_share folder
4. Apply amps
- simmply by running apply_amps.[sh|bat]
- or for each application itself:
- `java -jar alfresco-mmt.jar form4-auditreport-repo-XX.amp <webapps>/alfresco.war`
- `java -jar alfresco-mmt.jar form4-auditreport-share-XX.amp <webapps>/share.war`
5. Assure correct file ownership to tomcat user for amps and generates .war files
5. Restart Tomcat

0 comments on commit e32d4fe

Please sign in to comment.