「.NET 開発基盤部会 Wiki」は、「Open棟梁Project」,「OSSコンソーシアム .NET開発基盤部会」によって運営されています。
こちらの手順では、CFコマンドを使用するようで、
事前に、Cloud Foundry CLI(Win版)をインストールしておく。
https://github.com/IBM-Bluemix/get-started-aspnet-core
>git clone https://github.com/IBM-Bluemix/get-started-aspnet-core
VisualStudio?からビルドしてもイイが、以下でも可能。
>cd .../get-started-aspnet-core
>dotnet restore >dotnet run -p <*.csprojファイルパス> launchSettings.json からの起動設定を使用中... Hosting environment: Development Content root path: ...\get-started-aspnet-core\src\GetStartedDotnet Now listening on: http://localhost:5000 Application started. Press Ctrl+C to shut down.
http://localhost:5000