Questions tagged [meteor]

Meteor is an open-source, perl based HTTP server

Meteor is designed to offer continuous data streaming (via Javascript) to avoid pageloads. Essentially, it is two servers in one: One that handles page loads, and another for page events.

36 questions
0
votes
2 answers

How can I secure an insecure Meteor by using Nginx?

I have an insecure Meteor running on AWS. For those not familiar with Meteor, that means I am using the "insecure" package, which trades security for rapid prototyping. I only need our development team and stakeholders to access the server. In the…
Ruby
  • 129
  • 1
  • 3
0
votes
1 answer

deploying meteor on my own domain (ubuntu)

I want to deploy my meteor app on my Ubuntu server, I used meteor.sh and everything went successfully, But i simply can't launch my app from the browser I'm putting my ip address and getting a 404 The requested URL / was not found on this server. I…
Dany Y
  • 115
  • 5
0
votes
1 answer

Trying to install Meteor on CentOS

I have a brand new install of CentOS 6 64bit. I've been going through the installation process and when I get to #3 to start it up it looks like it's started. Trying to do #4, I open a new PuTTY window connect on port 4670 in Raw mode then type in…
kel
  • 123
  • 2
  • 12
0
votes
1 answer

Install meteor server in debian (lenny)

I wonder how can I install this in a lenny machine. Well, this site has instructions on how to do this, but in step 3 I can't do cd /usr/local/meteor because this folder doesn't exist! How I can connect meteor server with apache2 and php? **I don't…
user726730
  • 133
  • 5
0
votes
1 answer

How to make Titra docker image answer https?

I've got a test installation of Titra on a local system, and I've got it answering http on port 80 with this docker-compose file: version: "2.0" services: titra: image: kromit/titra container_name: titra depends_on: - mongodb …
Michael Kohne
  • 2,284
  • 1
  • 16
  • 29
-1
votes
1 answer

Sending many record on client startup. Nginx 502 bad gateway too many open files

I have nodejs app that sending > 800 mongodb documents on client startup (execute only when a client access my app for the first time). Nginx as reverse proxy in front of node server. App server spec Digital Ocean CentOS 7.2 2GB Ram 2CPU MongoDB…
prime
  • 1
  • 1
1 2
3