--- README 2008/05/15 17:35:45 114 +++ README 2008/05/15 17:36:39 115 @@ -1,12 +1,27 @@ A3C -- quick notes -bootstrap: +Simple steps to bootstrap: -perl Makefile.PL -make -./bin/db-init.sh -./bin/towns.pl + perl Makefile.PL + make + ./bin/db-init.sh + ./bin/towns.pl -cp etc/config.yml etc/site_config.yml + cp etc/config.yml etc/site_config.yml and stip only parts that you want to customize + +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 + +Then run following to import initial 100 records of data: + + ./bin/ldap.pl --limit 100