README updates to clarify community instructions

This commit is contained in:
David Webster
2016-09-07 10:07:37 +01:00
parent 66abd53f93
commit cbefc75b13

View File

@@ -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):
--------------------------------------------------------------------