Updated Deploying and Running the Build (markdown) authored by OSPODksr's avatar OSPODksr
......@@ -8,9 +8,9 @@ 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"**
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.
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**.
5. The Postgres driver jar must be copied into the **/glassfish/lib** folder. After that, Payara must be restarted **asadmin restart-domain**.
![image](https://user-images.githubusercontent.com/102658834/170981340-66fa7c68-5013-42ce-a5d9-a0b3fcc15c93.png)
![image](https://user-images.githubusercontent.com/102658834/170981363-dcb0041e-5311-467c-abbf-fe2ce1feb18d.png)
......
......