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:windows

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
Last revisionBoth sides next revision
legacy:installation:windows [2015/12/08 19:19] – ↷ Links adapted because of a move operation demiankatzlegacy:installation:windows [2016/08/10 14:35] – [4. Install PHP] demiankatz
Line 1: Line 1:
 ====== Installation ====== ====== Installation ======
  
-// These instructions are for use with VuFind 1.x; for later versions, see the [[vufind2:installation_windows|2.x instructions]]. //+// These instructions are for use with VuFind 1.x; for later versions, see the [[installation:windows|2.x instructions]]. //
  
 **These instructions assume that you are installing your MySQL database on the same server as VuFind itself and that you are using an installation path of c:\vufind** **These instructions assume that you are installing your MySQL database on the same server as VuFind itself and that you are using an installation path of c:\vufind**
Line 8: Line 8:
 ===== Requirements ===== ===== Requirements =====
  
-To satisfy VuFind's dependencies, make sure you install the software versions recommended on the [[:requirements]] page.  You may use other versions at your own risk.+To satisfy VuFind's dependencies, make sure you install the software versions recommended on the [[installation:requirements]] page.  You may use other versions at your own risk.
  
 greg_pendlebury (Nov 08) : //I usually run [[http://www.apachefriends.org/en/xampp-windows.html|XAMPP]] in my laptop for little dev projects. If you install this it replaces Apache, PHP and MySQL.// greg_pendlebury (Nov 08) : //I usually run [[http://www.apachefriends.org/en/xampp-windows.html|XAMPP]] in my laptop for little dev projects. If you install this it replaces Apache, PHP and MySQL.//
Line 80: Line 80:
 Note:  It is possible that PHP will install some extensions without all of the necessary library files.  If this happens, starting up PHP will lead to a series of pop-up alerts.  To fix the problem, simply edit the php.ini file (usually found in c:\Program Files\PHP\, and also available via Start Menu shortcut) and comment out (by putting a semi-colon in front) the offending modules (found in lines like extension=php_*.dll).  If you actually need some of the affected modules, you may have to track down copies of the missing files (for example, to get the php_pspell module working, you will need to first install [[http://aspell.net/win32/|GNU Aspell]] and put the aspell-15.dll file somewhere your system can find it (for example, c:\windows\system32)). Note:  It is possible that PHP will install some extensions without all of the necessary library files.  If this happens, starting up PHP will lead to a series of pop-up alerts.  To fix the problem, simply edit the php.ini file (usually found in c:\Program Files\PHP\, and also available via Start Menu shortcut) and comment out (by putting a semi-colon in front) the offending modules (found in lines like extension=php_*.dll).  If you actually need some of the affected modules, you may have to track down copies of the missing files (for example, to get the php_pspell module working, you will need to first install [[http://aspell.net/win32/|GNU Aspell]] and put the aspell-15.dll file somewhere your system can find it (for example, c:\windows\system32)).
  
-Note:  If you are a Voyager library, you will also need to install the PHP OCI Driver for Oracle – see [[:installing_the_php_oci_driver_for_oracle|this page]] for detailed instructions.+Note:  If you are a Voyager library, you will also need to install the PHP OCI Driver for Oracle – see [[installation:php_oci|this page]] for detailed instructions.
  
 === Activate PEAR === === Activate PEAR ===
Line 249: Line 249:
 ==== 8. Start VuFind ==== ==== 8. Start VuFind ====
  
-Now that VuFind is installed and basic configuration is complete, you can start the server running.  See the [[:starting_and_stopping_vufind]] page for details.+Now that VuFind is installed and basic configuration is complete, you can start the server running.  See the [[administration:starting_and_stopping_solr|starting and stopping Solr]] page for details.
  
 ==== 9. Import Records ==== ==== 9. Import Records ====
  
-Import bib records using the instructions on the [[:importing_records]] page.+Import bib records using the instructions on the [[:indexing|importing records]] page.
  
 ==== Appendix: General Notes ==== ==== Appendix: General Notes ====
legacy/installation/windows.txt · Last modified: 2018/12/19 17:11 by demiankatz