Commit Graph

23 Commits (26f52fb81933e0006914162eb456b595dc5eecc4)

Author SHA1 Message Date
Thai Phan 803e1fb68d Update version of libuv from 1.4.2 to 1.8.0 2016-01-11 14:16:30 -08:00
Gui||aume dee2e5c7eb Update installing-on-linux.rst
On CentOS 7.1, Kestrel refuse to start with /usr/lib64/libuv.so.1 simlink :  System.DllNotFoundException: libuv

It works with /usr/lib64/libuv.so.
2015-12-09 16:56:51 -08:00
Andrew Stanton-Nurse 952f6a7171 Update installing-on-linux.rst 2015-11-18 12:51:42 -08:00
danroth27 7ff523b695 Update installation instructions for rc1 2015-11-18 03:39:59 -08:00
Matthew Cantelon d19b11c6b1 Update Docker installation instructions 2015-11-05 15:35:41 -08: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 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