From e442cd1a7baf2a2fb57071d805e042d86622cb12 Mon Sep 17 00:00:00 2001 From: Mihai Cozma Date: Wed, 7 Sep 2016 10:18:51 +0300 Subject: [PATCH 1/4] Introduce end-of-line normalization --- .gitattributes | Bin 0 -> 28 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..8a0242db94e0ed11c41115085ec3f10efbc53606 GIT binary patch literal 28 gcmezWPm4i;p@boop#n(SG9)sT0_l7PUIs1(0CJE98UO$Q literal 0 HcmV?d00001 From 66abd53f939e6204e8f55f63ef7c32ab2d7743ab Mon Sep 17 00:00:00 2001 From: Tom Page Date: Wed, 7 Sep 2016 08:32:18 +0100 Subject: [PATCH 2/4] Revert "Introduce end-of-line normalization" This reverts commit e442cd1a7baf2a2fb57071d805e042d86622cb12. --- .gitattributes | Bin 28 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 8a0242db94e0ed11c41115085ec3f10efbc53606..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28 gcmezWPm4i;p@boop#n(SG9)sT0_l7PUIs1(0CJE98UO$Q From cbefc75b1319a1d18ac840e52fc24dfed6db6a8b Mon Sep 17 00:00:00 2001 From: David Webster Date: Wed, 7 Sep 2016 10:07:37 +0100 Subject: [PATCH 3/4] README updates to clarify community instructions --- README.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index b9362315b3..645ab75e91 100644 --- a/README.txt +++ b/README.txt @@ -1,18 +1,21 @@ Configuring and starting Alfresco/Share: ---------------------------------------- -- Clone the project (e.g. git clone git@gitlab.alfresco.com:records-management/records-management.git) +- Clone the project from git - Import the project as a maven project - Start the Alfresco/Share instances with the following commands: + To start the repo: + cd rm-community/rm-community-repo mvn clean install -Pstart-repo + + To start Share: + cd rm-community/rm-community-share mvn clean install -Pstart-share - (these commands work best if run from the specific directories, e.g. start share from - rm-enterprise/rm-enterprise-share/ or rm-community/rm-community-share/ ) - + NOTE: If you have the enterprise code, see rm-enterprise/README.txt for instructions on how to build/start the enterprise code. Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL): -------------------------------------------------------------------- From f99cb82c163e89a56b68cdd53c6a26867246fb45 Mon Sep 17 00:00:00 2001 From: David Webster Date: Wed, 7 Sep 2016 10:33:40 +0100 Subject: [PATCH 4/4] Fix project reference. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 645ab75e91..0f9a62945a 100644 --- a/README.txt +++ b/README.txt @@ -20,7 +20,7 @@ Configuring and starting Alfresco/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 +- Create a file called "local.properties" under src/main/resources in rm-community-repo (you may need to create the directory) - Add the following properties in this new file my.db.name -> The name of the database schema