Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 879 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 879 Bytes

Getting Started on Locally

Installation

Download the configuration file and modify the configuration file to include your own configurations. Different Clouds have different configurations. See configuration.md for instructions.

Using the standard go get (you must have Go already installed in your local machine):

$ go get github.com/huaweicloud/huaweicloud-service-broker
$ huaweicloud-service-broker -config=config.json -port=3000

Usage

Application Developers can start to test the services locally. The lifecycle.sh can guide you to test by scripts.