바뀜

이동: 둘러보기, 검색

Asp.net core mvc

757 바이트 추가됨, 2018년 12월 22일 (토) 02:15
편집 요약 없음
PM> Update-Database 20161012160749_AddedOrderToCourse
=== 모델 ===
=== 컨트롤러 ===
=== Lazor === == 서비스 등록 (for linux) ==참고 사이트: https://docs.microsoft.com/ko-kr/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.2 === 서비스 정의 파일 생성 ===$ sudo nano /etc/systemd/system/kestrel-helloapp.service === 서비스 파일 정의 ===[Unit] Description=Example .NET Web API App running on Ubuntu [Service] WorkingDirectory=/var/www/helloapp ExecStart=/usr/bin/dotnet /var/www/helloapp/helloapp.dll Restart=always <nowiki>#</nowiki> Restart service after 10 seconds if the dotnet service crashes: RestartSec=10 KillSignal=SIGINT SyslogIdentifier=dotnet-example User=www-data Environment=ASPNETCORE_ENVIRONMENT=Production Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false [Install] WantedBy=multi-user.target
편집
2,431

둘러보기 메뉴