/[A3C]/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 107 by dpavlin, Thu May 1 17:22:19 2008 UTC revision 154 by dpavlin, Sat Jun 14 22:03:45 2008 UTC
# Line 1  Line 1 
1  A3C -- quick notes  A3C -- quick notes
2    
3  bootstrap:  Simple steps to bootstrap:
4    
5  perl Makefile.PL    perl Makefile.PL
6  make    make
 ./bin/db-init.sh  
 ./bin/towns.pl  
7    
8  cp etc/config.yml etc/site_config.yml    ./bin/bootstrap.sh
9    
10    First-time configuration
11    
12      cp etc/config.yml etc/site_config.yml
13    
14    and strip only parts that you want to customize
15    
16    
17    Customization
18    
19    This part is required only if you want to change how A3C works, which
20    probably means that you are not in CARNet. We bootstraped our person
21    and organization models from AAI@Edu.hr in following way:
22    
23    Create models which you specified in config.yml:
24    
25        objectClass:
26          person: hrEduPerson
27          organization: hrEduOrg
28    
29    with:
30    
31      ./bin/ldap2model.pl --model hrEduPerson --mixin posixAccount --mixin wtAdmin
32      ./bin/ldap2model.pl --model hrEduOrg --mixin dcObject --mixin posixAccount
33    
 and stip only parts that you want to customize  

Legend:
Removed from v.107  
changed lines
  Added in v.154

  ViewVC Help
Powered by ViewVC 1.1.26