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.
installation:ubuntu

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
installation:ubuntu [2019/07/15 12:36] demiankatzinstallation:ubuntu [2019/09/16 13:10] demiankatz
Line 39: Line 39:
  
 <code bash> <code bash>
-wget https://github.com/vufind-org/vufind/releases/download/v6.0/vufind_6.0.deb+wget https://github.com/vufind-org/vufind/releases/download/v6.0.1/vufind_6.0.1.deb
 </code> </code>
  
Line 45: Line 45:
  
 <code bash> <code bash>
-sudo dpkg -i vufind_6.0.deb+sudo dpkg -i vufind_6.0.1.deb
 </code> </code>
  
Line 65: Line 65:
  
   * If you are a Voyager library, you will also need to install the PHP OCI Driver for Oracle – see [[php_oci|this page]] for detailed instructions.   * If you are a Voyager library, you will also need to install the PHP OCI Driver for Oracle – see [[php_oci|this page]] for detailed instructions.
-  * If you will be accessing a Sybase database (e.g. for the Horizon LMS), you should also install the php5-sybase package using apt-get.+  * If you will be accessing a Sybase database (e.g. for the Horizon LMS), you should also install the php-sybase package using apt-get.
  
 ==== Rolling Back ==== ==== Rolling Back ====
Line 148: Line 148:
 <code> <code>
 cd /tmp cd /tmp
-wget https://github.com/vufind-org/vufind/releases/download/v6.0/vufind-6.0.tar.gz +wget https://github.com/vufind-org/vufind/releases/download/v6.0.1/vufind-6.0.1.tar.gz 
-tar -xzvf vufind-6.0.tar.gz +tar -xzvf vufind-6.0.1.tar.gz 
-sudo mv vufind-6.0 /usr/local/vufind+sudo mv vufind-6.0.1 /usr/local/vufind
 </code> </code>
  
installation/ubuntu.txt · Last modified: 2024/02/12 12:55 by demiankatz