User Tools

Site Tools


evergreen-user:installing_and_running_the_staff_client

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
evergreen-user:installing_and_running_the_staff_client [2011/05/12 13:40] – [Installing On Windows] removing reference to demo.gapines.org csharpevergreen-user:installing_and_running_the_staff_client [2022/02/10 13:34] – external edit 127.0.0.1
Line 125: Line 125:
  <key>CFBundleTypeIconFile</key>  <key>CFBundleTypeIconFile</key>
         <string>Evergreen.icns</string>         <string>Evergreen.icns</string>
 +        <key>CFBundleIdentifier</key>
 +        <string>org.evergreen-ils.Evergreen</string>
 </dict> </dict>
 </plist> </plist>
Line 141: Line 143:
             * libxpcom.dylib -> Versions/Current/libxpcom.dylib             * libxpcom.dylib -> Versions/Current/libxpcom.dylib
             * xulrunner-bin -> Versions/Current/xulrunner-bin             * xulrunner-bin -> Versions/Current/xulrunner-bin
-  - copy XUL.Framework/Versions/Current/xulrunner into Evergreen.app/MacOS (do not symlink, copy the file)+  - copy XUL.Framework/Versions/Current/xulrunner into Evergreen.app/Contents/MacOS (do not symlink, copy the file)
   - Make Evergreen.app/Resources the root of your Evergreen application files like this:   - Make Evergreen.app/Resources the root of your Evergreen application files like this:
     * Evergreen.app/     * Evergreen.app/
Line 216: Line 218:
 Next, you'll need to determine which //tag// to use when downloading the source code.  Tags are markers in the source code to create a snapshot of the code as it existed at a certain time; tags usually point to tested and stable code, or at least a community-recognized release version.  Next, you'll need to determine which //tag// to use when downloading the source code.  Tags are markers in the source code to create a snapshot of the code as it existed at a certain time; tags usually point to tested and stable code, or at least a community-recognized release version. 
  
-To determine which tag to use, browse to http://svn.open-ils.org/trac/ILS Look in the "Visit" drop-down box.  You will see a list of Branches and, further down, a list of Tags.  You'll have to do some guessworkbut it's fairly straightforward to determine which tag to use.  If the server is on version 1.2.1.4you'll want to use the tag that looks most appropriate.  As you look through the tag list, you'll notice a tag named 'rel_1_2_1_4' This is the tag you'll want to use; make a note of it, because you'll need the tag name for the next step +To determine which tag to use, browse to http://git.evergreen-ils.org/?p=Evergreen.git;a=summary.  The summary page includes a list of tags and branches.  Depending on whether a release was made before or after the project moved to Gitselect either the Git tag or the branch converted from an SVN release tag (e.g., tags/rel_1_2_1_4.
  
 ==2b: Download the Source Code.== ==2b: Download the Source Code.==
 +
 Now, open a terminal (command-line prompt) and navigate to the directory in which you wish to download the staff client.  Navigate to the desired directory and use the following command to download the proper version of the source code by tag: Now, open a terminal (command-line prompt) and navigate to the directory in which you wish to download the staff client.  Navigate to the desired directory and use the following command to download the proper version of the source code by tag:
 <code> <code>
-svn co svn://svn.open-ils.org/ILS/tags/rel_1_2_1_4/+git clone git://git.evergreen-ils.org/Evergreen.git 
 +git checkout -b tmp_branch origin/rel_1_2_1 # or git checkout rel_1_2_1
 </code> </code>
 Note that you'll want to change "rel_1_2_1_4" to the appropriate tag for your installation. Note that you'll want to change "rel_1_2_1_4" to the appropriate tag for your installation.
Line 252: Line 255:
  
 <code> <code>
-svn co svn://svn.open-ils.org/ILS/tags/rel_1_4_0_4/ +git clone git://git.evergreen-ils.org/Evergreen.git 
-cd rel_1_4_0_4+git checkout rel_1_4_0_4
 ./autogen.sh   # If you downloaded a .tar.gz of Evergreen, you may skip this step ./autogen.sh   # If you downloaded a .tar.gz of Evergreen, you may skip this step
 ./configure --prefix=/openils --sysconfdir=/openils/conf ./configure --prefix=/openils --sysconfdir=/openils/conf
Line 317: Line 320:
  
 The Evergreen Staff Client can use an SSH tunnel as a SOCKS 5 proxy.  For more details, see [[evergreen-user:configuring_a_proxy_for_the_staff_client]]. The Evergreen Staff Client can use an SSH tunnel as a SOCKS 5 proxy.  For more details, see [[evergreen-user:configuring_a_proxy_for_the_staff_client]].
- 

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.