From cbefc75b1319a1d18ac840e52fc24dfed6db6a8b Mon Sep 17 00:00:00 2001 From: David Webster Date: Wed, 7 Sep 2016 10:07:37 +0100 Subject: [PATCH] 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): --------------------------------------------------------------------