This is currently a placeholder.
To run a PostgreSQL database you first need to deploy the postgres JDBC driver. After making sure the WildFly server is running executing the following commands will do that.
cd ~/server/downloads wget https://jdbc.postgresql.org/download/postgresql-8.4-704.jdbc4.jar cd - ~/server/wildfly-8.2.0.Final/bin/jboss-cli.sh --connect \ "deploy ~/server/downloads/postgresql-8.4-704.jdbc4.jar"