Changes between Version 42 and Version 43 of apachesolr
- Timestamp:
- Jun 6, 2011, 3:51:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v42 v43 81 81 Log as solr-ssh into $SERVER from solr-ssh on mirabal.mayfirst.org 82 82 {{{ 83 sudo -u solr-ssh ssh -p $SERVER_SSH_PORTsolr-ssh@$SERVERHOST83 sudo -u solr-ssh ssh solr-ssh@$SERVERHOST 84 84 }}} 85 85 End the connection with {{{exit}}} … … 87 87 On mirabal, add a SSH tunnel by using {{{solr_addssh}}} (see {{{solr_addssh --man}}} for help and more options) 88 88 {{{ 89 solr_addssh -p $SERVER_SSH_PORT$SERVERNAME $SERVERHOST89 solr_addssh $SERVERNAME $SERVERHOST 90 90 }}} 91 91 … … 112 112 {{{solr_addsite $SITENAME}}} 113 113 114 The script will output the Solr admin path ( the$SITEPATH) for the new Solr instance.114 The script will output the Solr admin path ($SITEPATH) for the new Solr instance. 115 115 116 116 You can delete an instance with {{{solr_delsite $SITENAME}}} (see {{{solr_delsite --man}}} for help and more options).