Meteor is an open-source, perl based HTTP server
1
vote
1answer
73 views
Deploying N amount of meteor apps on a single server
I'm trying to (sort of) mimic the server setup of the official Meteor deploy infrastructure (the *.meteor.com subdomain deployments).
If it's only a handful of known meteor apps, I can just run the ...
1
vote
1answer
296 views
Serving Meteor on main domain and Apache on subdomain independently
I'm running a Meteor server on my Ubuntu server. But problems arise when I try to have Apache serving a subdomain on the same server.
main.domain.com -> Meteor
sub.domain.com -> Apache
Meteor is ...
0
votes
1answer
137 views
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 ...
1
vote
1answer
186 views
Meteor: How do I run the documentation server and my app at the same time, if both run their own mongodb instance on the same port?
I'm trying to run the meteor documentation server and my app at the same time, but I can only run one at a time, out of the box. They both run their own instance of mongodb and so the ports colide...
0
votes
1answer
242 views
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 ...