Advertisement
tmccart1

Perficient - RedHat ARO STL

Nov 12th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Thanks all for attending!
  2. Tim McCarthy
  3. tim.mccarthy@perficient.com
  4.  
  5. URL: https://openshift.b1dfc9e3b9da4cc989ad.westus2.azmosa.io/console/catalog
  6. User Name: ARO_STL_WSUserXX@msftnbu.com
  7. Password: STL-ARO-Workshop
  8.  
  9. https://dotnet.microsoft.com/download/dotnet-core/2.2
  10. https://docs.openshift.com/container-platform/3.6/cli_reference/get_started_cli.html#installing-the-cli
  11. https://github.com/openshift/origin/releases
  12. Install path to the ox.exe in the path variable hint:start key type, Environment
  13.  
  14. dotnet new web -o webapp
  15. cd webapp
  16. dotnet publish -c Release /p:MicrosoftNETPlatformLibrary=Microsoft.NETCore.App
  17. oc new-build --name=mywebapp1 dotnet:2.2 --binary=true
  18. oc start-build mywebapp1 --from-dir=bin/Release/netcoreapp2.2/publish --follow
  19. oc new-app mywebapp
  20. oc expose svc/mywebapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement