-
Notifications
You must be signed in to change notification settings - Fork 8
Backend
sjutz edited this page Jun 16, 2018
·
24 revisions
For local development, you need
- JBoss (tested with Wildfly 11)
- to be connected to your project on Openshift via commandline-tool (oc)
Deployments:
- hogajama-rs
- hogajama-frontend
/system-property="mongo.host":add(value="localhost")
- Linux: Add
export MONGODB_PW=currentMongoDbPassword
to .bash_profile - Windows: Add MONGODB_PW=currentMongoDbPassword` to environment variables
Bash:
MONGODB = $(oc get pods -o=custom-columns=NAME:.metadata.name -l name=mongodb --no-headers=true)
oc port-forward $MONGODB 27017
PowerShell:
$MONGODB = oc get pods -o=custom-columns=NAME:.metadata.name -l name=mongodb --no-headers=true
oc port-forward $MONGODB 27017
Website shows "Could not load data. Please try again later."
- Check if you are still connected to MongoDB. Sometimes connection is lost.
- If you just added the environment variables, restart your JBoss, IDE
- Home
- Setup Guide
- Using Hogarama
-
Cloud Components
- AMQ
- MongoDB
- Single Sign On
- Hogajama
- Kafka
- Habarama
- Troubleshooting Hogarama
- Optional Modules
- Developer Guideline