-
Notifications
You must be signed in to change notification settings - Fork 8
Backend
sjutz edited this page Jun 16, 2018
·
24 revisions
/system-property="mongo.host":add(value="localhost")
Linux: Add export MONGODB_PW=currentMongoDbPassword
to .bash_profile
Windows:
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 "Could not load data. Please try again later." - Check if you are still connected to MongoDB. Sometimes connection is lost.
- Home
- Setup Guide
- Using Hogarama
-
Cloud Components
- AMQ
- MongoDB
- Single Sign On
- Hogajama
- Kafka
- Habarama
- Troubleshooting Hogarama
- Optional Modules
- Developer Guideline