User Tools

Site Tools


evergreen-admin:sip

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
evergreen-admin:sip [2011/01/10 08:51] mrpetersevergreen-admin:sip [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
 =====Getting the code===== =====Getting the code=====
-Current SIP code lives at github:+Current SIP code lives at http://git.evergreen-ils.org:
 <code> <code>
 cd /opt cd /opt
-git clone git://github.com/atz/SIPServer.git SIPServer +git clone git://git.evergreen-ils.org/SIPServer.git SIPServer
-</code> +
-Or use the old style: +
-<code> +
-$ cd /opt +
-$ sudo cvs -d:pserver:anonymous@openncip.cvs.sourceforge.net:/cvsroot/openncip login +
-# when prompted for the CVS password, just hit Enter (sudo password may be req'd) +
-$ sudo cvs -z3 -d:pserver:anonymous@openncip.cvs.sourceforge.net:/cvsroot/openncip co -P SIPServer+
 </code> </code>
  
Line 26: Line 19:
     <server-params     <server-params
         min_servers='1'          min_servers='1' 
-        min_spare_servers='0'+        min_spare_servers='1'
         max_servers='25'         max_servers='25'
     /></code>     /></code>
Line 46: Line 39:
  
 OR use SQL like: OR use SQL like:
-<code>+<code sql>
 INSERT INTO permission.grp_tree (id,name,parent,description,application_perm)  INSERT INTO permission.grp_tree (id,name,parent,description,application_perm) 
 VALUES (8, 'SIP', 1, 'SIP2 Client Systems', 'group_application.user.sip_client'); VALUES (8, 'SIP', 1, 'SIP2 Client Systems', 'group_application.user.sip_client');
  
-INSERT INTO permission.grp_perm_map (grp,perm,depth)  +INSERT INTO 
-VALUES (8,15,0),(8,16,0),(8,17,0),(8,31,0),(8,32,0),(8,48,0),(8,54,0),(8,75,0),(8,82,0);+  permission.grp_perm_map (grp, perm, depth, grantable
 +SELECT 
 +  g.idp.id, 0, FALSE 
 +FROM 
 +  permission.grp_tree g, 
 +  permission.perm_list p 
 +WHERE 
 +  g.name = 'SIP' AND 
 +  p.code in ( 
 +    'COPY_CHECKIN', 
 +    'COPY_CHECKOUT', 
 +    'RENEW_CIRC', 
 +    'VIEW_CIRCULATIONS', 
 +    'VIEW_COPY_CHECKOUT_HISTORY', 
 +    'VIEW_PERMIT_CHECKOUT', 
 +    'VIEW_USER', 
 +    'VIEW_USER_FINES_SUMMARY', 
 +    'VIEW_USER_TRANSACTIONS' 
 +);
  
 -- VERIFY: -- VERIFY:
evergreen-admin/sip.1294667498.txt.gz · Last modified: 2022/02/10 13:33 (external edit)

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.