--- README 2008/06/14 12:31:35 153 +++ README 2008/06/14 22:03:45 154 @@ -4,12 +4,21 @@ perl Makefile.PL make - ./bin/db-init.sh - ./bin/towns.pl + + ./bin/bootstrap.sh + +First-time configuration cp etc/config.yml etc/site_config.yml -and stip only parts that you want to customize +and strip only parts that you want to customize + + +Customization + +This part is required only if you want to change how A3C works, which +probably means that you are not in CARNet. We bootstraped our person +and organization models from AAI@Edu.hr in following way: Create models which you specified in config.yml: @@ -22,6 +31,3 @@ ./bin/ldap2model.pl --model hrEduPerson --mixin posixAccount --mixin wtAdmin ./bin/ldap2model.pl --model hrEduOrg --mixin dcObject --mixin posixAccount -Then run following to import initial 100 records of data: - - ./bin/ldap.pl --limit 100