Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.59 KB

create-project.adoc

File metadata and controls

55 lines (41 loc) · 2.59 KB

Create a project

In Openshift, click in the "New Project" button. Give it the name "helloworld-msa"

Important
You must use the exact project name since it will affect the generate endpoint’s URLs

Or run:

$ oc login <Openshift IP>:8443 -u developer -p developer
$ oc new-project helloworld-msa