Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .deployment
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+[config]
+project = src/MusicStore/project.json
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "MusicStore",
"description": "ASP.NET 5 Music Store sample app",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git"
}
}