This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
6 Replies Last post: Feb 1, 2013 8:39 PM by Kevin Burton  
Kevin Burton Newbie 52 posts since
Jan 30, 2013
Currently Being Moderated

Jan 30, 2013 12:09 AM

Azure publishing?

Can I use WebStorm to publish a node application to an Azure based website?

Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Currently Being Moderated
Jan 30, 2013 12:28 AM in response to: Kevin Burton
Re: Azure publishing?

Nope we do not support Azure yet.

 

Frankly, I have no idea how it is done, maybe you can use External tools feature to trigger a command-line ulitily to publish stuff? Or maybe you can upload your files via FTP/SFTP/FTPS to the server? WebStorm supports this as well.

 

Kirill

Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Mikhail Vink Newbie 5 posts since
Oct 2, 2012
Currently Being Moderated
Jan 31, 2013 1:07 AM in response to: Kevin Burton
Re: Azure publishing?

Actually the most convenient way to publish to Azure is Git. Please check this blog post by our technical evangelist Maarten Balliauw: http://blog.maartenballiauw.be/post/2012/12/28/Windows-Azure-Websites-and-PHPStorm.aspx - it's pretty simple to deploy to the Azure instance right from the IDE.

More Like This

  • Retrieving data ...