About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
legacy:installation:installing_multiple_instances

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installing_multiple_instances [2010/06/09 02:03] – added solrmarc.path p_neishlegacy:installation:installing_multiple_instances [2015/12/08 19:30] – ↷ Links adapted because of a move operation demiankatz
Line 1: Line 1:
 +====== Installing Multiple Instances ======
 +
 +// This page refers to VuFind 1.x; for similar notes related to later versions, see [[installation:installing_multiple_instances|this page]]. //
 +
 Sometimes, you may want to have multiple copies of VuFind running on the same system.  This is a good way to test a new version of the code without breaking an existing installation, or you may wish to use the software for two unrelated applications at once. Sometimes, you may want to have multiple copies of VuFind running on the same system.  This is a good way to test a new version of the code without breaking an existing installation, or you may wish to use the software for two unrelated applications at once.
  
Line 20: Line 24:
   * In the [Index] section, change the local setting to reflect the new code location.   * In the [Index] section, change the local setting to reflect the new code location.
   * In the [Database] section, you will have to edit the scheme_location and class_location values to reflect the different file paths.   * In the [Database] section, you will have to edit the scheme_location and class_location values to reflect the different file paths.
 +  * In the [Logging] section, if you have / want logging, change the file location
  
  
Line 37: Line 42:
  
 //This file may not exist in all versions of VuFind// //This file may not exist in all versions of VuFind//
 +
  
  
Line 56: Line 62:
  
 //Note that in early versions of VuFind, import-marc.sh used to be called import.sh.// //Note that in early versions of VuFind, import-marc.sh used to be called import.sh.//
 +
 +==== Windows Variant ====
 +
 +Under Windows, you will need to edit run_vufind.bat and import-marc.bat instead of vufind.sh and import-marc.sh; the lines you will add should be of the form:
 +
 +<code>
 +set VUFIND_HOME=c:\vufind
 +</code>
  
 ===== 5. Configure to Reflect the Custom MySQL Database Name ===== ===== 5. Configure to Reflect the Custom MySQL Database Name =====
  
-See [[alternate mysql database name|Using an Alternate MySQL Database name]] for details on this step.+See [[:alternate_mysql_database_name|Using an Alternate MySQL Database name]] for details on this step.
  
  
 ===== 6. Change the Solr Port Number ===== ===== 6. Change the Solr Port Number =====
  
-Each instance of VuFind will need to access the Solr search back-end using a different port number.  Instructions on changing the Solr port can be found on the [[security#changing_the_solr_port_number|Security]] page.+Each instance of VuFind will need to access the Solr search back-end using a different port number.  Instructions on changing the Solr port can be found on the [[:security#changing_the_solr_port_number|Security]] page.
 ---- struct data ---- ---- struct data ----
 ---- ----
  
legacy/installation/installing_multiple_instances.txt · Last modified: 2018/12/19 17:09 by demiankatz