mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-5806 Add links to the technical documentation.
This commit is contained in:
@@ -32,6 +32,13 @@ Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL):
|
|||||||
mvn clean install -Pstart-repo,use-mysql
|
mvn clean install -Pstart-repo,use-mysql
|
||||||
|
|
||||||
|
|
||||||
|
Technical documentation:
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
Technical documentation is available at rm-community/documentation/index.md and rm-enterprise/documentation/index.md.
|
||||||
|
This should be particularly useful for anyone wanting to integrate with or extend RM.
|
||||||
|
|
||||||
|
|
||||||
Running integration test:
|
Running integration test:
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
@@ -145,4 +152,4 @@ Currently it's 1.0.0 (alfresco-search-services-1.0.0.zip)
|
|||||||
Unzip it and change to the "solr" folder within it. Start the Solr server using the following command:
|
Unzip it and change to the "solr" folder within it. Start the Solr server using the following command:
|
||||||
solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"
|
solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"
|
||||||
|
|
||||||
Start your repository
|
Start your repository
|
||||||
|
4
rm-community/documentation/index.md
Normal file
4
rm-community/documentation/index.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
## Community Technical Documentation Index
|
||||||
|
|
||||||
|
* [Enterprise Technical Documentation](../../rm-enterprise/documentation/index.md) (the link will only work if this repository contains the enterprise code)
|
||||||
|
* [Overview of the design of RM](overview.md)
|
Reference in New Issue
Block a user