From 7b562abcdba39e54fa1af290ceca4547e4ce8d3a Mon Sep 17 00:00:00 2001 From: David Webster Date: Thu, 22 Jan 2015 12:04:54 +0000 Subject: [PATCH] Add README note about SOLR config. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@93884 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 976bf6e927..80c7f0a439 100644 --- a/README.txt +++ b/README.txt @@ -12,9 +12,9 @@ Initial Setup - Create a normal project using "create-project" - Check out RM code into the "code" directory (eg "checkout https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD") - Create the tomcat instances using "use-tomcat7" and "use-app-tomcat7" + - If you've got SOLR config in your $DEV_HOME/projects/repository.properties file, then you'll need to remove it or fix it in the RM project level properties file. - -Using Eclipse +Using Eclipse (or IntelliJ) - Import projects as Maven projects ("Import > Maven > Existing Maven Projects") - Browse to the code directory of your project and select "rm-server/pom.xml" and "rm-share/pom.xml". DO NOT select the parent "/pom.xml"