Obtaining Solr
- Place solr-6.2.0.tgz and apache-tomcat-8.5.28.tar.gz in the /usr/local/solrCloud directory of agent1.
The /usr/local/solrCloud directory must be created in advance.
- Decompress the Solr software package.
1tar -zxvf solr-6.2.0.tgz
- Create a soft link for subsequent version update.
1ln -s solr-6.2.0 solr
- Decompress the Tomcat software package.
1tar -zxvf apache-tomcat-8.5.28.tar.gz
- Create a soft link for subsequent version update.
1ln -s apache-tomcat-8.5.28 tomcat
Parent topic: Deploying Solr