/[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 115 by dpavlin, Thu May 15 17:36:39 2008 UTC revision 154 by dpavlin, Sat Jun 14 22:03:45 2008 UTC
# Line 4  Simple steps to bootstrap: Line 4  Simple steps to bootstrap:
4    
5    perl Makefile.PL    perl Makefile.PL
6    make    make
7    ./bin/db-init.sh  
8    ./bin/towns.pl    ./bin/bootstrap.sh
9    
10    First-time configuration
11    
12    cp etc/config.yml etc/site_config.yml    cp etc/config.yml etc/site_config.yml
13    
14  and stip only parts that you want to customize  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:  Create models which you specified in config.yml:
24    
# Line 22  with: Line 31  with:
31    ./bin/ldap2model.pl --model hrEduPerson --mixin posixAccount --mixin wtAdmin    ./bin/ldap2model.pl --model hrEduPerson --mixin posixAccount --mixin wtAdmin
32    ./bin/ldap2model.pl --model hrEduOrg --mixin dcObject --mixin posixAccount    ./bin/ldap2model.pl --model hrEduOrg --mixin dcObject --mixin posixAccount
33    
 Then run following to import initial 100 records of data:  
   
    ./bin/ldap.pl --limit 100  

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

  ViewVC Help
Powered by ViewVC 1.1.26