-
Published Question
Hopefully this is a newbie question.
I am trying to deploy my MeteorJs application using MeteorUp and it is failing when trying to connect to the external MongoDB database. What am I missing? Do I need to configure mo...
1
•
•
By
ajitgoel
MongoDB
Ubuntu 18.04
-
Published Answer
Thank you Bobby, I am able to get the adminer login screen.
Here’s the changes that I made:
Installed universe and php-frm, ph…
•
By
ajitgoel
-
Published Question
I have set up MeteorJs application with MongoDB backend. I am trying to set up adminer so I can query MongoDB without opening input ports on my droplet. Everytime I try to reload the nginx settings, I get nginx: [emer...
Accepted Answer:
Hello,
You have to change the fastcgi_pass php; part to your actual address of your FastCGI backend. The address can be specified as a TCP socket (IP and Port):
fastcgi_pass 127.0.0.1:9000;
or as a UNIX-domain socke...
2
•
•
By
ajitgoel
Nginx
Ubuntu 18.04
-
Published Question
I am trying to install Adminer as per the documentation in https://gist.github.com/zloynemec/1e4680c4c9aa9cee8a6e#file-adminer_setup-sh (http://)
When I run the *service nginx start *command, I get the
Job for nginx...
1
•
•
By
ajitgoel
Nginx
Ubuntu 18.04
-
Published Question
I am trying to run application by using docker-compose build command after pulling the image from docker using docker pull ajitgoel/socialmediascrubber command. I am however getting a
Can't find a suitable configurat...
2
•
•
By
ajitgoel
Docker
Linux Basics
Ubuntu 18.04