Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »


Download unionvms-wildfly-dist-$VERSION.zip from nexus, it does contain configuration/modules/sql-scripts required to startup unionvms.

Required before: JDK7/8, Postgresql and activemq installed and configured.

Setup databases and user

the directory unionvms-database-scripts , includes scripts that will work on linux if psql is installed.

The file .pgpass do need to contain the username/password for your postgres admin user and copied to ~/ and "chmod 600 ~/.pgpass".


After that you can run below scripts


./dropDb.sh DB_NAME DB_HOST

./createDb.sh DB_NAME DB_HOST

./updateDbOnly.sh DB_NAME DB_HOST


Configure standalone/configuration/standalone-uvms.xml

You will to update standalone-uvms.xml to reflect the location of activemq,postgres database and ports you want to use.

Start the server

bin/standalone.sh -c standalone-uvms.xml -b 0.0.0.0 -bmanagement 0.0.0.0


  • No labels