- PostgreSQL Database 8.x or better
- Maven 2.x or better
- Java 1.6 or better
- free port
:8080
- place your configuration files under
${user.home}/.jetty/extendedClasspath/physalix/to override default settings of physalix - for production instances use
${catalina.home}/physalix/as configuration directory - adapt configuration files
database.properties- the database connection informationroles.properties- insert your ldap username to get administrative accessmail.properties- insert your mail server connection informationnaming.properties- your user credentials and ldap specific informationfieldMapping.properties- map your ldap fields to our database schematemplate.properties- updatetemplate.pathto the absolute path of your template foldervelocity.properties- updatefile.resource.loader.pathto the absolute path of your template folder
- Build and start physalix:
$> cd awp
$> mvn install -Dskip.test
$> cd AdminGui
$> mvn jetty:run
- your administrative GUI is now available under http://localhost:8080/AdminGui