Commit Graph

113 Commits (925e35b5d8860045c04028a59c10eaeaf0a4b706)

Author SHA1 Message Date
danroth27 f6acff241a Update app secrets article for beta7 2015-09-09 18:36:23 -04:00
Tom Archer 9f6625f616 DNX command line changes
Tweaked wording on DNX command line

Updated screenshot
2015-09-09 07:18:30 -07:00
Miłosz Kosobucki 26dec8640f Add info about double underscores in env variables
There's no readily available info on how to override nested confguration keys in shells that don't support colons in variable names.

The only info I could find was in the source code.
2015-09-08 22:32:07 -07:00
danroth27 06bb6b662f Remove Linux text for OS X article 2015-09-02 15:25:40 -07:00
danroth27 e9d74015b6 Updates common samples to beta7 2015-09-02 10:03:43 -07:00
danroth27 4f9e71d0a1 Updated installation instructions for OS X to include steps for .NET Core 2015-09-01 21:10:28 -07:00
danroth27 df4ef8d01a Update installation steps for Linux with steps for .NET Core. 2015-09-01 13:35:47 -07:00
Rick Anderson 9b27a7a609 Update index.rst
added fwlink for installing the beta7 runtime and tooling updates for VS:
2015-08-28 16:33:08 -07:00
Tom Archer a3fd834e51 New article - Working with Static Files 2015-08-28 10:00:25 -07:00
danroth27 6096b4a333 Add frameworks node to the TOC 2015-08-26 21:38:53 -07:00
danroth27 5e6f9037bb Fixed image 2015-08-26 17:02:12 -07:00
Erik Reitan 419e8ad57a Adding DNX Projects article. 2015-08-26 10:09:30 -07:00
danroth27 8a3f07eedc Update styles to align with ASP.NET site 2015-08-25 22:16:27 -07:00
Steve Smith 999f5b5aac Middleware article and sample project. 2015-08-24 09:25:43 -04:00
Stuart Celarier 381c9438db Update your-first-aspnet-application.rst
Correct the reference of AboutController to HomeController and fix rest of sentence.
2015-08-21 11:48:23 -07:00
Steve Smith 5c820cb131 Upgraded to beta5
Renamed ProcessInfo / ServerInfo to ViewModel
Reshot screenshots in VS2015 / Windows 10
2015-08-20 13:23:09 -04:00
Daniel Roth 8ba58454e0 Merge pull request #381 from jimschubert/patch-1
Update your-first-mac-aspnet.rst
2015-08-19 10:15:57 -07:00
Jim Schubert eb30c10688 Update overview.rst
Change link to location of ICompileModule.cs in dev branch.
2015-08-15 21:58:36 -04:00
Jim Schubert 1896d34a28 Update your-first-mac-aspnet.rst
CMD+SHIFT+P now opens the quick task list.
2015-08-15 21:09:13 -04:00
Daniel Roth b30bc54bd2 Merge pull request #375 from insanitysauce/patch-1
Update installing-on-linux.rst
2015-08-13 12:47:47 -07:00
Daniel Roth 2ef03fd9de Merge pull request #376 from aspnet/shanselman-patch-1
Spelling error
2015-08-13 09:47:31 -07:00
Balakrishnan (Balki) Ranganathan e2d1ddcc4a Update angular.rst
Fixed old sample project GitHub link with new one. Changed "docs" to "aspnet" in the URI.
2015-08-10 20:21:19 -07:00
Scott Hanselman 1d41bf9fee Spelling error 2015-08-06 23:52:57 -07:00
insanitysauce 3ceb59d24e Update installing-on-linux.rst
The command listed to add the Mono Project GPG signing key failed with "gpg: keyserver timed out".  Heading over to the Mono docs on mono-project.com (http://www.mono-project.com/docs/getting-started/install/linux/), we find this command represented a little differently:

Current doc @36:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

Proposed change:
    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF


My Ubuntu VM liked the command above and was able to add the GPG key.
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.2 LTS
Release:        14.04
Codename:       trusty
2015-08-06 13:41:59 -06:00
Tom Archer 75eb97fd57 Updated to beta6 and tested 2015-08-04 08:37:06 -07:00
Daniel Roth 4a140959f5 Update installing-on-linux.rst 2015-08-03 13:40:42 -07:00
danroth27 f5e817a20c Update environments article to beta6 2015-07-31 16:56:13 -07:00
danroth27 5bfb4fc433 Update app insights article to beta6 2015-07-31 16:54:51 -07:00
danroth27 e548ae5aa2 Update CORS article to beta6 2015-07-31 16:46:28 -07:00
danroth27 a279992675 Update console article to beta6 2015-07-31 15:25:12 -07:00
danroth27 3ef2f5b5c1 Update bootstrap article to use common web app sample 2015-07-31 15:18:34 -07:00
danroth27 085364973b Update angular article to beta6 2015-07-31 15:12:14 -07:00
Daniel Roth 9dbb3cb748 Update less-sass-fa.rst 2015-07-30 22:33:21 -07:00
Daniel Roth 28d6626cf5 Remove non-existant less code block formatting 2015-07-30 22:31:15 -07:00
danroth27 1749caf5ea Fix owin build warnings 2015-07-30 21:59:14 -07:00
Daniel Roth e35875dfaa Merge pull request #355 from omarpando/patch-1
Update configuration.rst
2015-07-30 16:08:28 -07:00
danroth27 b05b4df3e7 Updated diagnostics article to beta6 2015-07-30 16:06:11 -07:00
danroth27 43ec0f26bf Update config article to beta6 2015-07-30 13:40:24 -07:00
Omar Alvarez Pando 4274f01310 Update configuration.rst
- configuration for "configuraton "
- configuration  for "configuraiton"
2015-07-30 15:55:18 -04:00
danroth27 de0009ce1a Updating common samples to beta6 2015-07-30 10:53:06 -07:00
Steve Smith f176dabc4a Merge pull request #341 from aspnet/owin
Owin
2015-07-30 10:59:40 -04:00
danroth27 1e7addeba4 Merge branch 'buildwarnings' 2015-07-29 14:08:23 -07:00
Daniel Roth 7837083a5b Merge pull request #336 from tugberkugurlu/patch-2
added unzip requirement for ubuntu
2015-07-29 08:48:09 -07:00
danroth27 1c49d5ec1c Fixing build warnings 2015-07-28 23:02:59 -07:00
danroth27 c4456d9e91 Updating app secrets article to beta5 2015-07-28 22:28:15 -07:00
danroth27 c8cc737b1e Updating dnx overview to beta5 2015-07-28 22:28:10 -07:00
Daniel Roth 440aada13d Update social logins email to beta5 2015-07-28 22:28:04 -07:00
Daniel Roth e7e7b35777 Update startup link to beta5 tag 2015-07-28 22:27:58 -07:00
danroth27 6fa7024914 Updating app insights article to beta5 2015-07-28 22:27:53 -07:00
danroth27 3de8e5d7f2 Updating configuration article for beta5 2015-07-28 22:27:48 -07:00