Manually create Windows Azure.cspkg and .cscfg files on Mac / Linux

I plan to move the node.js application on top of the Windows Azure cloud service. However, unlike Azure websites, there is no git integration, and you must download the ZIP containing the .cspkgand files .cscfg.

For developers using Windows machines to deploy, they have cspack.exe to create these files, however * nix users do not seem to have anything - and, more importantly, no WHAT documentation actually contains these files / look.

I if you do not have a tool to nix * , but can someone point me in the direction of the specification for these files - or tutorial where someone created them manually?

Update: To clarify, I am developing node.js.

Update 2: I just found this project that can be used in conjunction with the node SDK

Many thanks,

+5
source share
2 answers

After a long search, I finally found out that the fabulous people in Cloud9 have all the tools you might need in their GitHub account .

+1
source

, Linux/Mac Windows Azure Cloud Service, .net, Java, PHP, Python node.js, 99% Mac Linux, SDK Mac Linux. SDK , , CSPKG, Windows Azure .

, Mac Linux SDK, .

Windows Azure SDK node.js Linux - sdk Linux.

, , , , , , .

-2

All Articles