Install ASP. Net in Mac OS and use Yeoman to create an ASP. Net Project

Source: Internet
Author: User
Tags install homebrew

Install ASP. Net in Mac OS and use Yeoman to create an ASP. Net Project

This article is a summary of the problems encountered during installation of Installing ASP. NET 5 On Mac OS.

The original text prompts are as follows:

Installing ASP. NET 5 On Mac OS X

By Steve Smith

ASP. NET 5 runs on. NET Execution Environment (DNX), which is available on multiple platforms, including OS X. this article describes how to install DNX, and therefore ASP. NET 5, on OS X, using Homebrew.

In this article:

Install ASP. NET 5 on OS X

Install ASP. NET 5 on OS X

ASP. NET 5 requires DNX, which is installed and managed by. NET Version Manager (DNVM ). the DNVM is easily installed using a tool called Homebrew, which will also install the correct version of Mono for OS X.

Install Homebrew

The first step is to install Homebrew if it's not already installed. This can be done from a Terminal prompt using this script:

Ruby-e "$ (curl-fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )"

The installer will inform you of the steps it is taking and pause before proceeding. You can learn more about Homebrew here.

In this step, brew may have been installed.

Run the following command:

Brew-v

Install the. NET Version Manager (DNVM)

Once Homebrew is installed, install the DNVM by running brew tap aspnet/dnx from a Terminal window. if you need to update your version of DNVM, first run brew untap aspnet/dnx to delete the old commands, and then run the brew tap aspnet/dnx command again to get the updated scripts.

If you had an older version of our Homebrew "tap" configured, you might get the following error: cocould not create link for aspnet/dnx/kvm, as it conflicts with aspnet/k/kvm. in that case, simply run brew uninstall kvm to ensure any old versions of kvm are removed, then brew untap aspnet/k to remove the old tap. after that, the brew tap aspnet/dnx command shoshould succeed.

Next, run the command brew install dnvm to install the. NET Version Manager. This will also automatically install the latest DNX package from the https://www.nuget.org/api/v2 feed.

In this step, you may have no permissions:

Run

Chown root: wheel/usr/local/bin/brew

Then execute

Brew link mono

Complete the installation. Everything is normal.

For more details, please continue to read the highlights on the next page:

  • 1
  • 2
  • Next Page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.