...
- Open three console windows and cd to the quickstart directory in each.
- For each console, set JAVA_HOME environment variable. For example:
- Linux: export JAVA_HOME=/usr/java/jdk1.7.0_51
- Windows: set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_51
- Mac OS X: export JAVA_HOME=$(/usr/libexec/java_home)
- Enter the following, one command line per console:
- Console 1: ./bw -quickstart dirstart ← Starts ApacheDS ldap directory server for Bedework on port 10389
- Console 2:
- ./bw -quickstart deployConf ← Deploys the platform-dependent configuration files (you only need to do this once)
- ./startjboss or ./startjboss -debug ← Starts Bedework core services in JBoss on port 8080 (and several others). Add -debug to increase the amount of information logged.
- Console 3: ./runcache ← Starts the webcache on port 7070
...