javascript - MeteorJS : How do I check the data fetching from mongoDB on console client? -
we have deploy meteorjs code on ubuntu server. haven't created client access meteorjs service. first wanted verify service running properly. can 1 suggest steps check deployment correct.
- we install meteor on ubuntu : curl https://install.meteor.com/ | sh
- monogodb - install nodejs application - working!
- copy code meteor code server using winscp
- set mongodb path code : export mongo_url=mongodb://ip:27017/userdb
- run command start app: sudo nohup meteor --port 3001 --production &
thanks.
Comments
Post a Comment