@unito/integration-cli
Version:
Integration CLI
22 lines (14 loc) • 438 B
Markdown
# Integration Boilerplate
Integration Boilerplate is a codebase for providing a uniform way to integrate new connector.
## Build Docker image locally
```sh
cd integration-boilerplate
docker build -t integration-boilerplate .
```
Run the docker image
```sh
docker run --name mytest1 -d -p 9200:9200 integration-boilerplate
```
Accessible on http://localhost:9200
## License
Copyright © 2015-present Unito Inc. All Rights Reserved.