Question
How do I setup my Meteor app on my droplet.
I’ve followed the guide https://www.digitalocean.com/community/tutorials/how-to-deploy-a-meteor-js-application-on-ubuntu-14-04-with-nginx And I am having this error,
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
I’ve done research and seems like I need to install Meteor Up on my computer and do some settings then launch with that or… to be honest I dont know lol. Can someone please at least point me to the right direction because I do not want to mess up the setup and not know what to fix in the process. Thanks for any help
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
striker78 less than a minute ago
Having same issue. I created a droplet for ubuntu 16.04. Then I followed the 14.04 guide for meteor. This works ok though I had to use updated info for nodejs install - How To Install Node.js on Ubuntu 16.04 - using a PPA).
But when i run
start myapp
I get the same error
status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
Should I switch to start app with systemd? If so, what config is required?
If still should run with Upstart what is fix?
Or …???
Help would be appreciated as close to deploying website.