Граф коммитов

40 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 72e1b08889
Remove obsolete code and update README (#880) 2019-05-28 15:09:10 -07:00
Nate McMaster 0abdfec1e8
Update README.md 2018-11-28 12:19:26 -08:00
Nate McMaster 669c1755a8 Remove dockerfiles, update readme, and add issue and PR templates (#812) 2017-07-03 11:24:16 -07:00
Eilon Lipton c8d438c06b Update README.md 2017-07-03 10:39:45 -07:00
Eilon Lipton ae02eb436a Update auth links 2017-05-11 14:22:39 -07:00
Nate McMaster b099e03893 Upgrade to VS 2017 2017-02-08 17:49:02 -08:00
Michael Friis 8ce50e3fb3 Add details on running in Docker Windows containers 2017-01-26 11:10:14 -08:00
Volkan Altan bf7eaa166c remove dnx command and use dotnet for mac 2017-01-09 15:47:55 -08:00
Michael Friis b15c762ee6 remove app.json 2016-10-18 09:53:13 -07:00
Cesar Blum Silveira 485b2d546a ASP.NET 5 -> ASP.NET Core 2016-03-14 21:27:31 -07:00
David Obando fc1a1c8a49 Adding AppVeyor and Travis badges to README.md 2016-03-03 10:28:17 -08:00
Henk Mollema 16b9a79a82 Update README.md
- ASP.NET 5.0 -> ASP.NET 5
- KVM -> DNVM
- Minor text changes
2015-05-18 23:38:14 +02:00
Wei Wang c1a386dc45 Remove k command and use dnx instead 2015-03-24 22:24:37 -07:00
Wei Wang 0f0fc2e23e Rename kpm to dnu 2015-03-24 00:36:00 -07:00
Michael Friis d03b3f2ac8 add Heroku button to README 2015-03-05 19:45:45 -08:00
Praburaj 0f9173ecb0 Adding a Start up class for OpenIdConnect authentication 2015-01-15 13:16:37 -08:00
Praburaj e609602f2f Clean up and refactoring
1. Removed some console logging statements from code
2. Used database error page like templates.
3. Renamed the command `WebListener` to `web` with all lower case to be consistent with templates.
4. Lowercased `Kestrel` => `kestrel` to be consistent with remaining samples.
2014-12-30 13:16:08 -08:00
Praburaj d9148bd6f7 Fixing KRE_ENV to ASPNET_ENV 2014-12-22 19:04:55 -08:00
Stefaan Vermassen b15e1a7880 Fixed README typos 2014-12-18 01:12:31 +01:00
Kirthi Krishnamraju 424099bd57 Updated readme 2014-11-07 10:52:23 -08:00
Praburaj 3d79659cc0 Updating sample readme
Also removing some mono related settings on NtlmStartup.
2014-09-16 09:31:38 -07:00
Praburaj 49ba8ce9ac Adding a startup class to setup Ntlm authentication
This uses the environment based Startup class detection to load the Ntlm Startup class. Default will be the Cookies/Social auth.
2014-09-02 11:07:28 -07:00
Praburaj c7defa70c9 Updating instructions to run the sample on Mono
With some recent product bug fixes the sample can now run on Mono. The sample uses InMemory store to run on mono due to lack of SqlClient.
2014-08-22 11:35:54 -07:00
Praburaj 581307c24d Fixing some formatting in readme. 2014-07-30 15:58:00 -07:00
Praburaj c6623509e6 Fixing readme with latest instructions 2014-07-30 15:56:02 -07:00
Kirthi Krishnamraju aeb22eaba7 Removed Visual studio reference from README.md 2014-05-13 13:06:40 -07:00
Eilon Lipton be46d4c10a Update README.md 2014-05-13 00:25:06 -07:00
Eilon Lipton 22b8d6bbb2 Update README.md 2014-05-13 00:24:36 -07:00
Kirthi Krishnamraju 82ac180535 modified readme based on pr comments, deleted build.cmd and lkg.json 2014-05-12 16:30:09 -07:00
Kirthi Krishnamraju 9e57f01a48 More edits to Readme.md 2014-05-12 15:43:03 -07:00
Kirthi Krishnamraju 382da5e52b Updated Readme.md 2014-05-12 12:17:58 -07:00
Kirthi Krishnamraju 6196e60f91 Updated Readme.md and k.ini to use 0421 build. Deleted kvm.cmd 2014-05-12 11:51:51 -07:00
Eilon Lipton 38c5f0c514 Update README.md 2014-05-09 16:33:35 -07:00
Praburaj 306513a844 Adding some more formatting to the readme.md to make it more readable. 2014-05-01 11:15:23 -07:00
Praburaj b15aa91661 Modifying the sample to use kvm, k web and k run to run the application.
Also modified the readme file to reflect this. Deleted Selfhost.cmd and CustomHost.cmd.
2014-05-01 10:59:06 -07:00
Praburaj 647ac5dac0 Modifying the Helios.cmd, Selfhost.cmd and CustomHost.cmd to start the application on different ports on different hosting models.
This will help us to root cause issues faster with fewer questions.
2014-04-28 10:32:59 -07:00
Praburaj b97cedb4eb Updating the Readme.md to remove a manual clean up step instruction as the scripts already perform that. 2014-04-14 12:38:10 -07:00
Praburaj 4709bca281 A few changes with this checkin:
1. Removing copyright text from all files per a code review feedback
2. Adding a cookie based session to the application to retrieve the cart Id.
3. Enabled the Accounts controller as we now have the necessary Http abstractions for User, SignIn, SignOut etc.
4. Changing self hosting scripts to run on coreclr by default.
5. Enabling the layout page on all required views.
6. Adding a favico.ico
7. Renaming the Cart property in the EF context to CartItems as it returns a CartItems list.
8. Uncommenting some code which was previously accessing unavailable APIs. They are available now (but yet to validate them).
2014-04-02 18:40:25 -07:00
Praburaj 5eacb62b62 A few changes with this checkin:
1. Adding scripts to self host & custom host Music store
2. Updating readme
3. Cleanup some helper classes that are not necessary.
4. Adding error page middleware for diagnostics.
5. Flipping the switch to run helios on "K" by default.
2014-03-27 16:10:16 -07:00
Praburaj 5497541e08 Updating the music store application with the latest code.
Changes include
(1) Inclusion of all views (with non compiling code commented out)
(2) Inclusion of all models with data annotations
(3) images & setting up of static files
(4) MVC application setup and scripts to run the application
(5) Scripts to clean up the temporary files and capture LKG build.
2014-03-24 15:15:43 -07:00