When pushing new changes to my OpenShift repository, the application gets well built but cannot get deployed:
Repository ssh://XXX@myapp-mydomain.rhcloud.com/~/git/app.git/
The jbossews cartridge is already stopped
Stopping MongoDB…
I'm created lightsail instance for MEAN stack web app. So I watched the tutorial, they use rockmongo with GUI login. I created MongoDB database and user to access the database. So I can use it only using the ssh command line. So are there any…
I am trying to install a Mongo DB designer tool Rock Mongo which requires PHP.
I tried installing the mongodb.dll in php.ini by downloading the driver from Windows.php.net downloads, specifically the file:…
I have a Mean stack instance deployed on Google Cloud Platform, App Engine. I'm able to open an ssh tunnel and view rockmongo from a webbrowser:
http://127.0.0.1:8888/rockmongo/index.php?action=admin.index&host=0
I can login with root and default…
I am having huge issues connecting to atlas (mongodb) via rockmongo.
Here is the configuration I have.
$MONGO["servers"][$i]["mongo_options"] = array("replicaSet" => "LuxeMassage-shard-0");
$MONGO["servers"][$i]["mongo_name"] = "LuxeMassage…
I have installed php7.0 in ubuntu 16.04
I installed the driver as shown here http://php.net/manual/en/mongodb.installation.manual.php
$ git clone https://github.com/mongodb/mongo-php-driver.git
$ cd mongo-php-driver
$ git submodule sync && git…
I want to sum up a field over several documents like these:
{"_id":ObjectId("123"), "steps" : 50},
{"_id":ObjectId("456"), "steps" : 15},
{"_id":ObjectId("789"), "steps" : 80}
Goal: Give the sum of steps over all documents (should be 50+15+80=145…
When I try to install the RockMongo cartridge on our OpenShift app, I get an error that the cartridge is not supported on scalable apps. I'm not attached to using RockMongo particularly; I've been happy enough with mongo-express. Wondering how I can…
here is sample user which I have created by mongo shell,
{
"_id": "admin.root",
"user": "root",
"db": "admin",
"credentials": {
"MONGODB-CR": "81e657aa9d80e314f75b9271216262fc"
},
"roles": [
{
"role":…
I have a Node.js/MongoDB application deployed on Openshift. I can fetch and save data into the database from the application but Rockmongo cartridge shows that I have no documents inside my MongoDB database.
I tried removing the Rockmongo cartridge…
This is my command I ran in tools->command
{
aggregate : "hashtags",
pipeline:
[
{$unwind:"$time"},
{$match:{"$time":{$gte:NumberInt(1450854385), $lte:NumberInt(1450854385)}}},
{$group:{"_id":"$word","count":{$sum:1}}}
]
}
which gave us…
Here MongoDB entries shows 3889 , but it all shows empty.
But if i try to get with api then it showing all data.
How that is possible, and which case this things happen ??
I have installed and implemented the rockmongo tool and auth things are going cool. but while viewing the collections description the popup shows to view the data which are simple text, i need to show it as encrypted.
I have MongoDB running on Kuberenetes cluster and I am looking for a MongoDB GUI tool like PHPmyAdmin to run it as a pod on the cluster and , I have Rockmongo running as a pod but it doesn't connect to MongoDB and also I couldn't expose it, I need…
I followed all the instructions for installing mongodb and RockMongo from here:
http://www.hackthesec.co.in/2016/05/how-to-install-mongodb-with-rockmongo.html
Instead of showing the RockMongo login/password screen, I am just getting a display of…