Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 814 Bytes

MiniShift_GetStarted.md

File metadata and controls

41 lines (32 loc) · 814 Bytes

Getting Started Minishift

Start Minishift

  1. Open a Mate Terminal

  2. Sudo root

    sudo su -
  3. Stop minishift if it is runninng

    minishift status
    #if it is running, stop it first
    minishift stop
  4. Start minishift

    minishift start

    record the minishift console url for next step

  5. Configure Path for oc

    eval $(minishift oc-env)
  6. Login

    oc login

    enter Username: developer / Password: developer

Open minishift console

  1. Open the minishift console url from last step by a browser

  2. Bypass the security risk warning by click on Advanced buttonn and then click on Accept the Risk and Continue

  3. enter Username: developer / Password: developer to login