From: Dan Scott Date: Mon, 7 Nov 2011 21:28:04 +0000 (-0500) Subject: Add tarball download / untar instructions to README X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=648e7186d81cc9d658d6459bdff404e68c38c422;p=evergreen%2Fequinox.git Add tarball download / untar instructions to README Per suggestions from Yamil Suarez and Martha Driscoll and Wolf Halton , restore the version-specific wget / untar instructions to the README. Aside: Need to remember to update these links in the repo before tagging a release. Signed-off-by: Dan Scott --- diff --git a/README b/README index 1ec452c433..f115c498d0 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -README for Evergreen 2.1 -======================== +README for Evergreen 2.1.0a +=========================== Preamble: referenced user accounts ---------------------------------- @@ -30,6 +30,18 @@ follows: Evergreen that you will use to test connectivity and configure your Evergreen instance. +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: + +[source, bash] +------------------------------------------------------------------------------ +wget -c http://evergreen-ils.org/downloads/Evergreen-ILS-2.1.0a.tar.gz +tar xzf Evergreen-ILS-2.1.0a.tar.gz +------------------------------------------------------------------------------ + Preamble: Developer instructions -------------------------------- @@ -160,7 +172,7 @@ Installation instructions: + [source, bash] ------------------------------------------------------------------------------ -make STAFF_CLIENT_STAMP_ID=rel_2_1_x install +make STAFF_CLIENT_STAMP_ID=rel_2_1_0 install ------------------------------------------------------------------------------ + 2. The server portion of the staff client expects `http://hostname/xul/server`