RM-5806 Add links to the technical documentation.

This commit is contained in:
Tom Page
2017-11-09 10:45:43 +00:00
parent 87a8152d61
commit aaf94d3981
2 changed files with 12 additions and 1 deletions

View File

@@ -32,6 +32,13 @@ Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL):
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:
-------------------------
@@ -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:
solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"
Start your repository
Start your repository

View 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)