mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
README updates to clarify community instructions
This commit is contained in:
11
README.txt
11
README.txt
@@ -1,18 +1,21 @@
|
|||||||
Configuring and starting Alfresco/Share:
|
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
|
- Import the project as a maven project
|
||||||
|
|
||||||
- Start the Alfresco/Share instances with the following commands:
|
- Start the Alfresco/Share instances with the following commands:
|
||||||
|
|
||||||
|
To start the repo:
|
||||||
|
cd rm-community/rm-community-repo
|
||||||
mvn clean install -Pstart-repo
|
mvn clean install -Pstart-repo
|
||||||
|
|
||||||
|
To start Share:
|
||||||
|
cd rm-community/rm-community-share
|
||||||
mvn clean install -Pstart-share
|
mvn clean install -Pstart-share
|
||||||
|
|
||||||
(these commands work best if run from the specific directories, e.g. start share from
|
NOTE: If you have the enterprise code, see rm-enterprise/README.txt for instructions on how to build/start the enterprise code.
|
||||||
rm-enterprise/rm-enterprise-share/ or rm-community/rm-community-share/ )
|
|
||||||
|
|
||||||
|
|
||||||
Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL):
|
Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL):
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user