In order to install the server, please follow these steps:
Code checkout: Using some SVN client, you can checkout the code or download a snapshot from https://sourceforge.net/p/bizartifact/code/HEAD/tree/ Currently, I'm the project's administrator and everyone has read-only access to the code.
DB configuration: by default the system uses derbyDb to persist artifact instances (automatically generated). However, this can be configured differently in trunk\web.archive\src\main\webapp\META-INF\context.xml
LDAP configuration: the system uses Apache directory server (http://directory.apache.org/apacheds/) and Apache directory-studio (http://directory.apache.org/studio/) to administer its settings. Access to the LDAP server is configured in trunk\web.archive\src\main\webapp\META-INF\context.xml, and in trunk\web.archive\src\main\webapp\WEB-INF\applicationContext.xml, located under the userDetailsService node.
Building: once, you have the code stored on your local machine, you need to build it with Maven - http://maven.apache.org/download.cgi. In order to build the project, open a command line window in the context of the "trunk" directory and execute the following command: "mvn install -Dmaven.test.skip=true".
Build takes about ~15 minutes. When finished, you should be able to find a newly created AcsiWeb.war file within the trunk\web.archive\target folder.
Deployment: the war file should be deployed on a web-server. We use Apache tomcat 6 server (http://tomcat.apache.org/download-60.cgi ). Once you have the server installed, copy the war file to the server\webapps folder.
Starting the server: invoke either the startup.bat, or startup.sh scripts being located under the web-server bin directory and observe the server log. If there are no errors, you should be able to test it.
Testing: using your browser, navigate to http://localhost:8080/AcsiWeb/AcsiEditor.html. The ihub server is shipped with no applications. You may need to create an application manually, or to upload an existing application from a zip file - for example, trunk\doc\OrderToCash.zip