Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blobaugh committed May 25, 2011
1 parent d62652b commit dc99108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scalability/dealoftheday_sample/readme.markdown
Expand Up @@ -47,6 +47,7 @@ You can see DotD in action (and maybe win a cool prize!) at http://dealoftheday.
+ You build the package with the Windows Azure Command Line tools for PHP. Be sure you change the following variables to reflect your project
* %PROJ% - Location of your project. E.G. C:\Projects\fabrikam
* %PROJNAME% - The name of your project. E.G. FabrikamCustomerPortal
+ Open a Windows Azure SDK Command Prompt and change to the directory of your Windows Azure Command Line tools for PHP
+ The following command was used to build this package during development
* php.exe package.php --source="%PROJ%\Web" --project="%PROJNAME%" -f --target="%PROJ%\deploy" --worker-role-startup-script="worker.php" --worker-role="%PROJ%\Worker"
- Edit the ServiceConfiguration.cscfg file the commandline tool created (Will be located in the output folder from the tool) with your WindowsAzureStorageConnectionString value
Expand Down

0 comments on commit dc99108

Please sign in to comment.