add Heroku button to README
This commit is contained in:
parent
0f5365e5e5
commit
d03b3f2ac8
|
|
@ -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.
|
* 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.
|
**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:
|
||||||
|
|
||||||
|
[](https://heroku.com/deploy)
|
||||||
|
|
||||||
###NTLM authentication
|
###NTLM authentication
|
||||||
More information at src/MusicStore/StartupNtlmAuthentication.cs.
|
More information at src/MusicStore/StartupNtlmAuthentication.cs.
|
||||||
|
|
||||||
|
|
|
||||||
3
app.json
3
app.json
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MusicStore",
|
"name": "MusicStore",
|
||||||
"description": "ASP.NET 5 Sample app",
|
"description": "ASP.NET 5 Music Store sample app",
|
||||||
"logo": "https://raw.githubusercontent.com/aspnet/MusicStore/master/src/MusicStore/wwwroot/Images/home-showcase.png",
|
|
||||||
"env": {
|
"env": {
|
||||||
"BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git"
|
"BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue