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.

  1. we install meteor on ubuntu : curl https://install.meteor.com/ | sh
  2. monogodb - install nodejs application - working!
  3. copy code meteor code server using winscp
  4. set mongodb path code : export mongo_url=mongodb://ip:27017/userdb
  5. run command start app: sudo nohup meteor --port 3001 --production &

thanks.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -