Merge pull request #419 from friism/dev-add-heroku-button

Dev add heroku button
This commit is contained in:
Praburaj Thiagarajan 2015-03-05 19:49:09 -08:00
commit 0603e5ff57
3 changed files with 14 additions and 0 deletions

2
.deployment Normal file
View File

@ -0,0 +1,2 @@
+[config]
+project = src/MusicStore/project.json

View File

@ -27,6 +27,11 @@ This project is part of ASP.NET 5.0. You can find samples, documentation and get
* Try `k kestrel` to run the application.
**NOTE: On Mono since SQL client is not available the sample uses an InMemoryStore to run the application. So the changes that you make will not be persisted.
### Deploy on Heroku
To deploy MusicStore on Heroku, click the button below:
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
###NTLM authentication
More information at src/MusicStore/StartupNtlmAuthentication.cs.

7
app.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "MusicStore",
"description": "ASP.NET 5 Music Store sample app",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git"
}
}