danroth27
b13980bca7
Clarify that xplat .NET Core is available for Windows, Mac and Linux
2015-12-04 14:12:47 -08:00
Erik Reitan
401ae5e8e5
Update choosing-the-right-dotnet.rst
...
Addressing the following issue:
.NET Core for Mac & Linux not production ready? #681
2015-12-04 14:05:49 -08:00
danroth27
89ac8d3a4e
Add Mono installation instructions to Mac installation instructions
2015-12-03 22:58:10 -08:00
danroth27
97c68da0d5
Use fwlink for installing Visual Studio Code on OS X
2015-11-30 22:28:01 -08:00
danroth27
f721a430cd
Remove notice about Windows installer issue
2015-11-30 20:24:53 -08:00
Thomas Bandt
63bd9c7362
Fixes the Visual Studio Code for Mac download link
2015-11-24 09:59:25 -05:00
Andrew Stanton-Nurse
9cef674c54
Update installing-on-mac.rst
2015-11-18 12:52:06 -08:00
Andrew Stanton-Nurse
952f6a7171
Update installing-on-linux.rst
2015-11-18 12:51:42 -08:00
Andrew Stanton-Nurse
8213c38d82
Update installing-on-windows.rst
2015-11-18 12:50:31 -08:00
Damian Edwards
abb83cfa4f
Update installing-on-windows.rst
2015-11-18 11:39:36 -08:00
danroth27
7ff523b695
Update installation instructions for rc1
2015-11-18 03:39:59 -08:00
Rick Anderson
fc9bf9080a
link to IIS
2015-11-13 12:23:33 -05:00
Kris van der Mast
2eb3980ed2
Update installing-on-windows.rst
2015-11-07 14:56:18 -08:00
Matthew Cantelon
d19b11c6b1
Update Docker installation instructions
2015-11-05 15:35:41 -08:00
danroth27
48ffc07fde
Fix literal block
2015-10-28 00:20:18 -07:00
danroth27
938cdaeefb
Minor formatting fixes
2015-10-27 23:59:46 -07:00
Rick Anderson
e40180f316
organize directions
2015-10-27 23:59:45 -07:00
danroth27
11aadefce3
Revert "Revert "Update installation instructions for beta8""
...
This reverts commit f5b7bfc973
.
2015-10-15 22:58:34 -07:00
Xin Zhang-Eze office
f8aa848404
Small fix for Libuv version
...
Change 1.6.2 to 1.4.2 to keep consistent
2015-10-15 21:29:10 -07:00
Brian Lopez
eb9d0eb3c2
Update instructions to include curl with unzip
...
On Debian 8 curl is not installed by default. Added to apt-get install command line.
2015-10-15 20:40:30 -07:00
Usman Prashant Satish
06cdd989f5
Fix upzip to unzip in installing-on-linux #501
2015-10-15 20:13:33 -07:00
danroth27
f5b7bfc973
Revert "Update installation instructions for beta8"
...
This reverts commit 8974ec1af1
.
2015-10-10 11:09:35 -07:00
danroth27
8974ec1af1
Update installation instructions for beta8
2015-10-09 12:07:23 -07:00
danroth27
c9c853a45b
Minor cleanup of CentOS installation instructions
2015-10-08 17:00:05 -07:00
paule96
bd46a4fa06
Add instructions for installing on CentOS
2015-10-08 16:54:42 -07:00
danroth27
2f2dd20e5f
Remove unnecessary whitespace change
2015-09-25 12:27:33 -07:00
danroth27
31b3bd96ef
Adding instructions for setting up the command-line tool after install VS
2015-09-25 12:22:10 -07:00
danroth27
a52654b7f1
Update installation instructions
2015-09-18 14:21:11 -07:00
Jake Scott
c75c934acb
Update installing-on-linux.rst
2015-09-16 11:55:54 -07:00
danroth27
bdd7c7d485
Update windows installation instructions for beta7
2015-09-16 11:48:42 -07:00
danroth27
06bb6b662f
Remove Linux text for OS X article
2015-09-02 15:25:40 -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
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
Daniel Roth
4a140959f5
Update installing-on-linux.rst
2015-08-03 13:40:42 -07: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
Andrew Stanton-Nurse
fb5d755d7b
Merge pull request #347 from aspnet/anurse/fix-nuget-config-case
...
Update casing of NuGet.Config
2015-07-27 14:12:24 -07:00
Andrew Nurse
8a82dbb281
Update mac instructions for removal of homebrew
2015-07-27 14:05:05 -07:00
Andrew Stanton-Nurse
8091210264
Update casing of NuGet.Config
2015-07-22 14:48:55 -07:00
Tugberk Ugurlu
1e4d072611
fixed typo
2015-07-10 21:45:41 +01:00
Tugberk Ugurlu
31f1752411
added unzip requirement
2015-07-10 21:43:50 +01:00
danroth27
b7613c2893
Create new MVC project
2015-06-01 15:45:30 -07:00