Login to the Platform here: Console
You can download the OpenShift CLI Client (oc) matching the current OpenShift of APPUiO directly from APPUiO.
Copy the oc client on your machine into a direcotry on the defined PATH
For example: ~/bin
For certain commands eg. oc new-app https://github.com/appuio/example-php-sti-helloworld.git a locally installed git client (git command) is required.
oc login https://console.appuio.ch
For more information please see Get Started with the CLI
See also Developers: Web Console Walkthrough
check out the APPUiO PHP Source to image hello World Example
check out the APPUiO PHP Dockerbuild hello World Example
check out the OpenShift Creating New Applications Docs for other languages, frameworks and strategies
The APPUiO - OpenShift techlab provides a hands on step by step tutorial that allows you to get in touch with the basic concepts. Check out our german APPUiO Techlab .
The german techlab covers:
- Quicktour and basic concepts
- install OpenShift CLI
- First Steps on the Platform (Source To Image deployment from github)
- Deploy a docker image from dockerhub
- Creating routes
- Scaling
- Troubleshooting
- Deploying a database
- Code changes and redeployments
- Attach persistent storage
- how to use application templates
Please find further documentation here: OpenShift docs