@@ -8,4 +8,14 @@ After installing the required Components as described in [1](https://github.com/
...
@@ -8,4 +8,14 @@ After installing the required Components as described in [1](https://github.com/
3. Then **asadmin create-jvm-options --target server-config "-Dfish.payara.classloading.delegate=false"**
3. Then **asadmin create-jvm-options --target server-config "-Dfish.payara.classloading.delegate=false"**
To avoid conflicts between library versions (e.g. Hazelcast).
To avoid conflicts between library versions (e.g. Hazelcast).
4. If Postgres is not running, start it now. Using either **PGAdmin ** or **psql **connect to Postgres and create the **urbanpulse **database. A user is necessary for OUP to be able to talk to Postgres, this user should have access rights on this database.
5. The Postgres driver jar must be copied into the **/glassfish/lib **folder. After that, Payara must be restarted **asadmin restart-domain**.