Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
add Heroku button to README
Browse files Browse the repository at this point in the history
  • Loading branch information
friism committed Mar 6, 2015
1 parent 0f5365e commit d03b3f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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.

Expand Down
3 changes: 1 addition & 2 deletions app.json
@@ -1,7 +1,6 @@
{
"name": "MusicStore",
"description": "ASP.NET 5 Sample app",
"logo": "https://raw.githubusercontent.com/aspnet/MusicStore/master/src/MusicStore/wwwroot/Images/home-showcase.png",
"description": "ASP.NET 5 Music Store sample app",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git"
}
Expand Down

0 comments on commit d03b3f2

Please sign in to comment.