NOTICE: This document has been deprecated. It is here for historical purposes. Eventually the contents will be moved to a new location.
These instructions are intended for new users who want to quickly learn how to install and test JoshuaTree Fortress
and ApacheDS IAM software using QUICKSTART package:
http://iamfortress.org/download
Follow the steps and
chmod a+x -Rf *
ldap.server.type=apacheds # These parameters point fortress to LDAP host: ldap.host=localhost ldap.port=10389 # These are used to construct suffix for DIT, i.e. dc=example,dc=com. suffix.name=example suffix.dc=com # These are the connection parameters used for LDAP service account: root.dn=uid=admin,ou=system # Used to load OpenLDAP admin root password in slapd.conf and was encrypted using 'slappasswd' command: # This ApacheDS admin root password's value is 'secret', is bound for fortress.properties and was encrypted using 'encrypt' target in build.xml: cfg.root.pw=W7T0G9hylKZQ4K+DF8gfgA== # If encryption of LDAP &/or HTTP service account passwords (e.g. cfg.root.pw, cfg.log.root.pw and http.pw params) is required, this field must be set. # If encryption of service accounts not needed, leave this value blank, and set the password values for cfg.root.pw, cfg.log.root.pw and http.pw to be their clear text value. # Use any arbitrary value here but must be same as key used to encrypt. crypto.prop=abcd12345
export JAVA_HOME=/opt/jdk1.7.0_10
./b.sh dist
BUILD SUCCESSFUL
Important: This target reloads the ApacheDS configuration and data.
./b.sh init-apacheds
BUILD SUCCESSFUL
The root pw will be encrypted before stored in slapd.confsuffix "dc=example,dc=com" rootdn "uid=admin,ou=system" rootpw "secret"
./b.sh test-full
BUILD SUCCESSFUL
./b.sh test-full
./b.sh cli
review fuser -u demo
./b.sh console
/b.sh javadoc
/b.sh install-enmasse-demo
BUILD SUCCESSFUL
Accept the defaults for other HTTP parameters in build.properties:enable.mgr.impl.rest=true
http.user=demouser4 http.pw=gX9JbCTxJW5RiH+otQEX0Ja0RIAoPBQf http.host=localhost http.port=8080
./b.sh test-full
BUILD SUCCESSFUL
./b.sh test-full
/b.sh install-commander-demo
Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.