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 [2009/12/04 17:30] demiankatzinstalling_multiple_instances [2011/08/25 18:11] hackmastera
Line 20: Line 20:
   * 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 30: Line 32:
   * Change the RewriteBase line further down in the file to reflect the new base URL.   * Change the RewriteBase line further down in the file to reflect the new base URL.
   * Change the AuthUserFile setting in the Administration section to reflect the new file path.   * Change the AuthUserFile setting in the Administration section to reflect the new file path.
- +  * Change the <Location ~ "/vufind/Admin/.+"> tag to reflect the appropriate path to your new instance.
-If you want different Admin passwords for each instance, you should also change the <Location> tag that sets up the .htaccess file for the Admin directory to match a more specific regular expression.+
  
 ===== 3. Edit import/import.properties ===== ===== 3. Edit import/import.properties =====
-  * Change the solr.path setting to reflect your installation directory.+  * Change the solr.path and solrmarc.path settings to reflect your installation directory.
  
 //This file may not exist in all versions of VuFind// //This file may not exist in all versions of VuFind//
 +
  
  
Line 56: Line 58:
  
 //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 =====
legacy/installation/installing_multiple_instances.txt · Last modified: 2018/12/19 17:09 by demiankatz