Commit Graph

10 Commits (9a994e3e9515dfce75153eb50bbcf2d08c7ec545)

Author SHA1 Message Date
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 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
Daniel Roth 7837083a5b Merge pull request #336 from tugberkugurlu/patch-2
added unzip requirement for ubuntu
2015-07-29 08:48:09 -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