--- README 2008/05/01 17:22:19 107 +++ README 2008/06/14 22:03:45 154 @@ -1,12 +1,33 @@ A3C -- quick notes -bootstrap: +Simple steps to bootstrap: -perl Makefile.PL -make -./bin/db-init.sh -./bin/towns.pl + perl Makefile.PL + make -cp etc/config.yml etc/site_config.yml + ./bin/bootstrap.sh + +First-time configuration + + cp etc/config.yml etc/site_config.yml + +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: + + objectClass: + person: hrEduPerson + organization: hrEduOrg + +with: + + ./bin/ldap2model.pl --model hrEduPerson --mixin posixAccount --mixin wtAdmin + ./bin/ldap2model.pl --model hrEduOrg --mixin dcObject --mixin posixAccount -and stip only parts that you want to customize