배포하지 않습니다. 내가 실행할 마지막 단계는이 콘솔을 실행 한 후 웹 응용 프로그램은 내가 <a href="https://guide.meteor.com/deployment.html#custom-deployment" rel="nofollow noreferrer">https://guide.meteor.com/deployment.html#custom-deployment</a></p> <p>번들 잘 만든 것 같다 유성 응용 프로그램을 배포하기위한 유성 사용자 정의 배포 옵션을 따랐다
export MONGO_URL='mongodb://localhost:27017/WAITLIST'
export ROOT_URL='http://[My-URL].com' #Do no want to disclose the URL
export PORT='80'
node main.js
입니다 그냥 빈 줄을 끊은 다음
in the root directory of your application
을 말한다합니다.
대신 내가 forever start main.js
를 실행하면
info: Forever processing file: main.js
이 forever list
가 현재 실행되고 있는지 보여줍니다 실행합니다.
ROOT_URL
에서 URL을 입력하면 사이트에 연결할 수 없습니다. [My-URL]의 서버 DNS 주소를 찾을 수 없습니다.
이 앱을 배포하는 방법에 대한 아이디어가 있으십니까? 나는 우분투 기계에서 이것을 실행하고있다.