From: rsoulliere Date: Thu, 23 Aug 2012 16:40:00 +0000 (-0400) Subject: Update install to 2.1.3. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Frel_2_1;p=Evergreen-DocBook.git Update install to 2.1.3. --- diff --git a/admin/server_install.xml b/admin/server_install.xml index 2ce10a2..2b25b31 100644 --- a/admin/server_install.xml +++ b/admin/server_install.xml @@ -81,8 +81,9 @@ The egadmin Evergreen account is an administr Preamble: Getting an Evergreen official release tarball To download and extract the source for the current release of Evergreen, issue the following commands as the user Linux account: -wget -c http://evergreen-ils.org/downloads/Evergreen-ILS-2.1.1.tar.gz -tar xzf Evergreen-ILS-2.1.1.tar.gz + +wget -c http://evergreen-ils.org/downloads/Evergreen-ILS-2.1.3.tar.gz +tar xzf Evergreen-ILS-2.1.3.tar.gz Preamble: Developer instructions @@ -217,7 +218,7 @@ Once you have configured and compiled Evergreen, issue the following Change the value of the STAFF_CLIENT_STAMP_ID variable to match the version of the staff client that you will use to connect to the Evergreen server. -make STAFF_CLIENT_STAMP_ID=rel_2_1_1 install +make STAFF_CLIENT_STAMP_ID=rel_2_1_3 install