* Get the latest released version of Assertion Manager and deploy it in your JBoss server.
* Get the latest released version of Assertion Manager and deploy it in your JBoss server.
* Create the database if it doesn't exist.
* Create the database if it doesn't exist.
## Deployment
To deploy Assertion Manager:
1. Paste the archive **AssertionManagerGui.ear** in the JBoss deployment directory `${JBOSS7\_HOME}/standalone/deployments/`
2. Display JBoss server logs, start JBoss and wait for **ear** deployment.
3. The application can be browsed at http://localhost:8080/AssertionManagerGui. *Port could also be different whether you have modified the JBoss configuration*.
4.**WARNING** : From version 4.2.0, datasources have been extracted from the **ear**. The template file can be found in /src/main/application/datasource in the source or in the file AssertionManager-X.X.X-datasource.zip from the nexus.
For more informations about how to manage that externalization, please refer to [general considerations for JBoss7](https://gazelle.ihe.net/gazelle-documentation/General/jboss7.html).
Datasource name : AssertionManagerBaseDS
Database name : assertion-manager
## Insert configuration values
## Insert configuration values
Configuration can be done through the Administration interface or with an sql script.
Configuration can be done through the Administration interface or with an sql script.