mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
35c87ba6f58e5dc84bd921778c4093c5d7b5637e
Conflicts: rm-community/rm-community-share/config/alfresco/site-webscripts/org/alfresco/rm/customizations/components/rules/rules-header.get.js rm-enterprise/rm-enterprise-repo/src/main/amp/config/alfresco/module/alfresco-rm-enterprise-repo/context/webscript-context.xml rm-enterprise/rm-enterprise-repo/src/main/java/org/alfresco/module/org_alfresco_module_rm/classification/package-info.java rm-enterprise/rm-enterprise-repo/src/main/java/org/alfresco/module/org_alfresco_module_rm/referredmetadata/package-info.java rm-enterprise/rm-enterprise-share/src/main/amp/config/alfresco/site-webscripts/org/alfresco/rm-enterprise/components/rules/config/rule-config-action.get.js rm-enterprise/rm-enterprise-share/src/main/amp/config/alfresco/site-webscripts/org/alfresco/rm-enterprise/components/rules/config/rule-config-condition.get.js rm-enterprise/rm-enterprise-share/src/main/amp/config/alfresco/site-webscripts/org/alfresco/rm-enterprise/components/rules/rule-details.get.js rm-enterprise/rm-enterprise-share/src/main/amp/config/alfresco/site-webscripts/org/alfresco/rm-enterprise/components/rules/rule-edit.get.js
Configuring and starting Alfresco/Share: ---------------------------------------- - Clone the project (e.g. git clone git@gitlab.alfresco.com:records-management/records-management.git) - Import the project as a maven project - Start the Alfresco/Share instances with the following commands: mvn clean install -Pstart-repo mvn clean install -Pstart-share Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL): -------------------------------------------------------------------- - Create a file called "local.properties" under src/main/resources in alfresco-rm-enterprise-repo - Add the following properties in this new file my.db.name -> The name of the database schema my.db.port -> The port number for your database (default port number for postgres is 5432 and for mysql it is 3306) - Run the following commands to start your Alfresco instance: to start Alfresco (using Postgres): mvn clean install -Pstart-repo,use-postgres to start Alfresco (using MySQL): mvn clean install -Pstart-repo,use-mysql Running integration test: ------------------------- In order to execute the integration tests run the following command (unit tests will be executed every time before you start Alfresco/Share): mvn clean install -Dskip.integrationtests=false Updating License Headers: ------------------------- In order to refesh out of date license source headers run the following command: mvn clean install -Dlicense.update.dryrun=false
Description
Languages
Java
96.2%
Fluent
1.1%
JavaScript
1%
HTML
0.5%
FreeMarker
0.4%
Other
0.6%