Search code examples
javascriptmeteorwebstorm

Meteor Deploy on Webstorm IDE


I'm pretty new on meteor javascript framework as well as webstorm and I already love it.

As I follow the meteor simple-todos tutorial they show how to deploy meteor app to the their hosting by a simple command as below.

meteor deploy my_app_name.meteor.com

I wonder if it's possible to do the same deployment in webstorm or should I do it on the command line though?


Solution

  • You can run the command using the embedded terminal in WebStorm (Alt+F12), or even create a shell script as a shorthand.

    Note that the procedure for deploying to your own production server is different.