Skip to content

gplesz/ASP.NET-Core-201703

Repository files navigation

ASP.NET-Core-201703

Az ASP.NET Core NetAcademia tanfolyam kódtár kiegészítése

Linux subsystem for windows

  • Minimum windows version itt

    Your PC must be running a 64-bit version of Windows 10 Anniversary Update build 14393 or later

  • Windows Developer Mode

  • install linux subsystem

  • ugyanez parancssorból itt

    lxrun /uninstall /full

    lxrun /install

  • run Bash

  • set default language to en-us itt

    sudo update-locale LANG=en_US.UTF8

  • upgrade git innen

  • git --version

  • sudo add-apt-repository ppa:git-core/ppa -y

  • sudo apt-get update

  • sudo apt-get install git -y

  • git --version

  • sudo: unable to resolve host WINDOWS10 hiba megoldása

  • That the /etc/hostname file contains just the name of the machine.

  • That /etc/hosts has an entry for localhost. It should have something like:

  • 127.0.0.1 localhost.localdomain localhost

  • 127.0.1.1 WINDOWS10

  • fish shell (github) telepítése így

  • ubuntu mono font telepítése innen

  • generating ssh key innen

  • az ssh kulcs felvitele a github oldalon így

  • ehhez az ssh kulcs: cat ~/.ssh/id_rsa.pub

  • .NET Core telepítés innen, UBUNTU 14.04-re (verziószám: lsb_release -a)

  • cd ASP.NET-Core-201703\ASPNETCore\src\ASPNETCore

  • dotnet restore

  • dotnet run

  • The specified framework 'Microsoft.NETCore.App', version '1.0.0' was not found. (Hanselmann)

  • átírtam a verziószámot 1.1-re, majd újrafuttattam: Error -98 EADDRINUSE address already in use

  • vagy telepíthetjük az 1.0-t is

  • konfiguráltam, hogy milyen portokon figyeljen, majd sudo-val elindítottam (Oleg):

[~/A/A/s/ASPNETCore.WU]─[⎇ master]─(130)-> sudo dotnet run
Project ASPNETCore.WU (.NETCoreApp,Version=v1.0) was previously compiled. Skipping compilation.
Hosting environment: Production
Content root path: /home/gplesz/ASP.NET-Core-201703/ASPNETCore.WU/src/ASPNETCore.WU
Now listening on: http://*:1000
Now listening on: https://*:1234
Now listening on: http://0.0.0.0:5000
Application started. Press Ctrl+C to shut down.

global.json

"projects": [ "src", "test" ],

docker for windows https://www.docker.com/docker-windows

C:\Users\admin\AppData\Local\lxss\home\gplesz .bashrc

About

Az ASP.NET Core NetAcademia tanfolyam kódtár kiegészítése

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors