OpenLeague is a Sports fixture management system.
- Windows Azure PowerShell Cmdlets
- Running PowerShell under .Net 4
To run PowerShell under .Net 4 you need to change its config file. The PowerShell config file can be found at $pshome\powershell.exe.config. If the file is not there just create it and add the following to it.
<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
.\build.ps1 env
Type in your subscription id and then import the certificate that the build creates into your Windows Azure management certificate list. The build script also creates the tools\environment.xml that contains all the environment variables needed for Azure deployment.
.\build.ps1
.\build.ps1 deploy