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
installation_windows [2013/05/10 12:49] 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 50: Line 50:
 One important piece of the MySQL installation is the library file, libmysql.dll.  If Windows cannot find this file, you may get errors about a missing database driver when you try to view pages in VuFind.  Depending on which operating system/software versions you end up using, you may not have to do anything special to make this work.  However, if you run into trouble after completing the other steps of the VuFind installation process, try these options: One important piece of the MySQL installation is the library file, libmysql.dll.  If Windows cannot find this file, you may get errors about a missing database driver when you try to view pages in VuFind.  Depending on which operating system/software versions you end up using, you may not have to do anything special to make this work.  However, if you run into trouble after completing the other steps of the VuFind installation process, try these options:
  
-1.) Make sure that libmysql.dll is in your PHP directory and that your PHP directory is included in your system path (as described below in the [[installation_windows#install_the_java_jdk|Java JDK]] step).+1.) Make sure that libmysql.dll is in your PHP directory and that your PHP directory is included in your system path (as described below in the [[windows#install_the_java_jdk|Java JDK]] step).
  
 2.) If libmysql.dll is not in your PHP directory, it may be in your MySQL directory (usually something like C:\Program Files\MySQL\MySQL Server 5.0\bin).  It may help to add this directory to your system path as well.  Warning: If the file is in BOTH your PHP //AND// MySQL directories, the PHP version is probably the correct one, and using the MySQL version may cause problems.  In some scenarios, you may actually need to REMOVE the MySQL directory from your path to solve this problem. 2.) If libmysql.dll is not in your PHP directory, it may be in your MySQL directory (usually something like C:\Program Files\MySQL\MySQL Server 5.0\bin).  It may help to add this directory to your system path as well.  Warning: If the file is in BOTH your PHP //AND// MySQL directories, the PHP version is probably the correct one, and using the MySQL version may cause problems.  In some scenarios, you may actually need to REMOVE the MySQL directory from your path to solve this problem.
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