-
Tutorial
MEAN is a free and open-source set of technologies for creating dynamic websites and web applications with JavaScript.
•
By
Lyn Muldrow
Glossary
MEAN
-
Tutorial
MEAN.JS is a robust full-stack solution meant to make building and deploying applications in JavaScript simple. In this guide, we will cover how to install and configure the MEAN components on an Ubuntu 14.04 server.
•
By
Justin Ellingwood
MEAN
MongoDB
Node.js
Ubuntu
-
Tutorial
In this tutorial, we will show how to use Node.js to connect to a MongoDB database in a VPS and do some basic data manipulations.
•
By
Adil Mezghouti
MongoDB
Node.js
MEAN
-
Tutorial series
This series links all of the DigitalOcean 1-Click Application images into a cohesive list. Articles are listed in the order that the images are shown on the create droplet screen. New articles are added as more applic...
•
By
Kamal Nasser, Andrew SB, Andy Rothfusz, Justin Ellingwood, Darian Wilkin, Etel Sverdlov, Ryan Quinn and Melissa Anderson
DigitalOcean 1-Click Apps Marketplace
Ruby on Rails
Nginx
MySQL
Ubuntu
WordPress
DigitalOcean
Ubuntu 16.04
Python
Django
Python Frameworks
PostgreSQL
Docker
Dokku
Git
Ghost
MEAN
MongoDB
Node.js
Drupal
Applications
LAMP Stack
NoSQL
Logging
-
Tutorial
In this guide, we will install a MEAN stack on a CentOS 7 server using MEAN.JS. Using this method involves first installing MongoDB, then NodeJS, then cloning the MEAN.JS files from GitHub.
•
By
finid
MEAN
Applications
CentOS
-
Question
Hello, i'm new in VPS and also here in Digital Ocean.
Situation: I have a MEAN Stack one-click app. If access my droplet via Putty and start my app, it will run. But if I close Putty my app just shut down.
Question: H...
Accepted Answer:
You could use screen :))
1
•
•
By
marcosmendes
DigitalOcean 1-Click Apps Marketplace
MEAN
Deployment
VPN
Ubuntu
-
Question
Ok, for instance, I have two apps running on two different ports, using forever. Using a third app, how could you make example1.com go to 127.0.0.1:3000 and example2.com go to 127.0.0.1:3001?
I've seen answers talking...
Accepted Answer:
The previous accepted answer included a simple configuration using HTTP.
I've added on this repository (https://github.com/FranciscoKnebel/nginx-reverseproxy (https://github.com/FranciscoKnebel/nginx-reverseproxy)) a ...
4
•
•
By
franciscoknebel
Node.js
MEAN
DNS
Networking
DigitalOcean
Ubuntu
-
Question
Hello everyone,
I need help setting up a blog on my droplet. I have successfully deployed the blog using Hexo at blog.mysite.io but the problem is that the hexo blog redirects it to blog.mysite.io/blog/public. Now, I ...
Accepted Answer:
SOLVED
1
•
•
By
harshm
Node.js
Nginx
Initial Server Setup
MEAN
Ubuntu 18.04
-
Question
Hello. How can i install a renewed version of a SSL certificate from Godaddy. I have two files .crt but is not clear to me the installation process.
Accepted Answer:
Hi @erickacevedor
You are running Nginx, so you can find your site's configuration in /etc/nginx/sites-enabled/.
There you should see the current paths for the certificate.
Then you simply replace those locations wit...
2
•
•
By
erickacevedor
MEAN
-
Question
I created a 1gb droplet with the one click app selection of Mean 0.5.0 on Ubuntu 16.04. I bought a domain name and I'm using nginx to create a proxy server that routes to the default mean application under /opt/mean. ...
Accepted Answer:
@ajosephmartinez
It's definitely not your NGINX configuration. I just deployed a test droplet with the same configuration and I'm experiencing the same extended delays. The default application is meant more so for te...
1
•
•
By
ajosephmartinez
MEAN
Nginx
Node.js
Ubuntu 16.04
-
Question
Email service is down after pointing DNS record to Digital Ocean. Has been more tha 48 hours and yet no propagation!
Accepted Answer:
@neuroboticsinc
To troubleshoot, we'd need your domain as well as what, if anything, was done other than changing your DNS.
If you'd prefer to not provide your domain, you can visit http://mxtoolbox.com (http://mxtoo...
2
•
•
By
neuroboticsinc
MEAN
Ubuntu
-
Question
Deployment is smooth, everything is working then I check back on the site after a day or so and its come down with a 502 bad gateway. I have more than one (now three) small nodejs express and mongoose apps running ins...
Accepted Answer:
Hello,
What I would recommend following these steps in case that you are having any problems with your nginx server and you are unsure on what the problem is:
Check if nginx is running:
systemctl status nginx
If ngi...
1
•
•
By
rknell
Dokku
MEAN
Ubuntu
-
Question
I have a application with front end as angular js and api in node.js. Lately, i am unable to use anything due to CORS policy issue. . I tried adding permission in apache virtual host , but nothing seems to be working ...
2
•
•
By
infoc8fa8380fc94a1aac6aa70
Node.js
MEAN
Server Optimization
Ubuntu
-
Question
Hello all.
I run nodejs server on droplet and listening on port 3000.
Get error when run command: curl http://localhost:3000 "Failed to connect
to localhost port 3000: Connection refused"
What can be reason?
Thanks ...
2
•
•
By
grifinf
MEAN
Node.js
Vue.js
MongoDB
-
Question
Ive been following this tutorial:
https://properdesign.co.uk/redeploying-a-kubernetes-service-on-digitalocean-managed-cluster-in-response-to-a-build-on-bitbucket-pipelines/
Is there anything I need to do in Digital Oc...
1
•
•
By
gs1ngh
Kubernetes
DigitalOcean
Docker
MEAN
Node.js
-
Question
I have mean stack app in my local machine and I run the mean app with two apps. I start the project by typing ng serve after node app.js. How can I deploy this mean stack app?
0
•
•
By
cedinckan
Angular
Node.js
MEAN
-
Question
I have an nginx reverse proxy that cannot get assets from upstream mean stack server. It's a single page app that is very small. The index file will load just fine but all assets respond with 404 not found. It works l...
4
•
•
By
amrtgaber
Nginx
Networking
MEAN
Node.js
Deployment
Configuration Management
Ubuntu
-
Question
I am having issue with deploying my MEAN stack application to droplet.
Here is my droplet information -
Ubuntu 18.04.3 (LTS) x64
1 vCPUs
1GB / 25GB Disk
I am following a tutorial to set up the application in droplet ...
0
•
•
By
tauhidcodeninja
MEAN
JavaScript
MongoDB
Node.js
-
Question
So I SSH as root into my droplet's terminal and I want to access the mongo shell to drop my documents from my mongodb database. How do I got about this?
I tried
mongo
and i got
Failed global initialization: BadVal...
1
•
•
By
laohasongkramsu
MongoDB
MEAN
DigitalOcean
Ubuntu
-
Question
I am trying to install mean.js on my ubuntu 16.04 using the following guide. And I keep getting stuck at the grunt stage.
https://www.digitalocean.com/community/tutorials/how-to-install-a-mean-js-stack-on-an-ubuntu-14...
10
•
•
By
tengyong80
MEAN
Node.js
Ubuntu 16.04