[OpenSRF-GIT] OpenSRF branch master updated. a3b2a15f27709815155eb9dbb8026343000753d5

Evergreen Git git at git.evergreen-ils.org
Wed Dec 7 12:00:31 EST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, master has been updated
       via  a3b2a15f27709815155eb9dbb8026343000753d5 (commit)
       via  a1fe6e1c1ccb7b3efab386a7f34c0555d07bd7e7 (commit)
       via  cd06277c3972437e676f51744749009c0d7eeb60 (commit)
      from  5aa8a398e01e2642fd4b08c93fe9c719039dbedf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a3b2a15f27709815155eb9dbb8026343000753d5
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Dec 7 11:58:35 2016 -0500

    LP#1382038: clarify one step of installing websockets support
    
    Specify directory to be in before copying the Apache websockets
    configuration file.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/README b/README
index 19ed2bb..acdebd5 100644
--- a/README
+++ b/README
@@ -458,17 +458,20 @@ sh /usr/share/doc/apache2/examples/setup-instance websockets
 a2dismod websocket
 ---------------------------------------------------------------------------
 +
-5. Copy into place the config files
+5. Change to the directory into which you unpacked OpenSRF, then copy into
+   place the config files
 +
 .(Debian)
 [source, bash]
 ---------------------------------------------------------------------------
+cd /path/to/opensrf-OSRFVERSION
 cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
 .(Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
+cd /path/to/opensrf-OSRFVERSION
 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +

commit a1fe6e1c1ccb7b3efab386a7f34c0555d07bd7e7
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Dec 7 11:53:49 2016 -0500

    LP#1382038: adjustments to download instructions
    
    - Use "OSRFVERSION" in the master branch rather than
      a specific version number; this is meant to be changed
      during the release process.
    - Update references to the OpenSRF downloads index
      page.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/README b/README
index eecf880..19ed2bb 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Issue the following commands as the *user* Linux account.
 +
 [source, bash]
 ------------------------------------------------------------------------------
-wget http://evergreen-ils.org/downloads/opensrf-2.4.1.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-OSRFVERSION.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-2.4.1.tar.gz
-cd opensrf-2.4.1/
+tar -xvf opensrf-OSRFVERSION.tar.gz
+cd opensrf-OSRFVERSION/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -83,7 +83,7 @@ Preamble: Developer instructions
 
 [NOTE]
 Skip this section if you are using an official release tarball downloaded
-from http://evergreen-ils.org/downloads
+from https://evergreen-ils.org/opensrf-downloads/
 
 Developers working directly with the source code from the Git repository,
 rather than an official release tarball, must install some extra packages

commit cd06277c3972437e676f51744749009c0d7eeb60
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Mon Nov 21 10:58:33 2016 -0500

    LP#1382038: Add instructions for implied download/unpack step
    
    Occasionally, new users have complained that the installation
    instructions making too many assumptions about what a user knows. This
    commit explicitly instructs users in downloading the source tarball,
    unpacking it, and changing the working directory so they will be ready
    for the next instructions.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/README b/README
index a5b3324..eecf880 100644
--- a/README
+++ b/README
@@ -20,6 +20,30 @@ follows:
        of installing OpenSRF. You can switch to this account from the *root*
        account by issuing the `su - opensrf` command.
 
+Download and unpack the code
+----------------------------
+
+Issue the following commands as the *user* Linux account.
+
+1. Acquire a stable release tarball from https://evergreen-ils.org/opensrf-downloads/
++
+[source, bash]
+------------------------------------------------------------------------------
+wget http://evergreen-ils.org/downloads/opensrf-2.4.1.tar.gz
+------------------------------------------------------------------------------
++
+[NOTE]
+Developers can find the full source code at the OpenSRF Git repository:
+http://git.evergreen-ils.org/?p=OpenSRF.git
++
+2. Unpack the tarball, and move into that directory:
++
+[source, bash]
+------------------------------------------------------------------------------
+tar -xvf opensrf-2.4.1.tar.gz
+cd opensrf-2.4.1/
+------------------------------------------------------------------------------
+
 Installing prerequisites
 ------------------------
 

-----------------------------------------------------------------------

Summary of changes:
 README |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list