-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Hands-On Microservices with Kotlin
By :

Before we can deploy our application, we need to have the right access and tools ready for the task. In this section, we will create a GitHub account, that we can use as a repository for our microservices. For publishing our microservice code into GitHub, we will install and configure Git on our system. Then, we will create an OpenShift account that we will use to create a cloud application and link our OpenShift account to our GitHub account. Finally, we will install and configure the OpenShift command line tools to use in our examples.
In this chapter, we will use GitHub as the platform for storing our Git repositories. This will be required to deploy our microservices. If you already have a GitHub account you can skip this step.
First, visit the GitHub main site http://github.com; in the center of the screen, you will find a form to create an account. Enter your details and click on the Sign up for GitHub
button:
Signing up for a GitHub Account
In...