mbraceproject / MBrace.StarterKit

A collection of demos and tutorials for MBrace
http://mbrace.io
57 stars 34 forks source link

1. Added code to build a custom provision of MBrace cluster which con… #41

Closed jasonweiyi closed 9 years ago

jasonweiyi commented 9 years ago

The request contains code for the custom provision and a tutorial to use the custom provision. For the custom provision part, I only added the code for VS2013 (don't have c:\ space to install Visual Studio 2015 for the moment), can some one add the VS2015 part?

I think copy the code from the VS2013 part and change a few things will make the VS2015 version work.

eiriktsarpalis commented 9 years ago

Looks good. Could you please move the solution under the azure subfolder?

jasonweiyi commented 9 years ago

What exactly do you want?

You want A folder named ProvisionWithPython in the zure folder and then two sln files, for example: MBrace.Azure.ServiceWithPython.VS2013.sln MBrace.Azure.ServiceWithPython.VS2015.sln?

Regards, Yi Wei

On Tue, Sep 15, 2015 at 2:20 PM, Eirik Tsarpalis notifications@github.com wrote:

Looks good. Could you please move the solution under the azure subfolder?

— Reply to this email directly or view it on GitHub https://github.com/mbraceproject/MBrace.StarterKit/pull/41#issuecomment-140389224 .

Jason Wei Chair of Software Engineering, ETH Zurich

eiriktsarpalis commented 9 years ago

I was thinking something along the lines of:

azure/MBrace.Azure.ServiceWithPython.VS2013.sln
azure/MBrace.Azure.ServiceWithPython.VS2015.sln
azure/ProvisionWithPython/VS2013/<VS2013 solution files>
azure/ProvisionWithPython/VS2015/<VS2015 solution files>
eiriktsarpalis commented 9 years ago

Thanks!