Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.21 KB

README.md

File metadata and controls

51 lines (31 loc) · 2.21 KB

xCherry

Server and main repo of xCherry project

Go Report Card

Coverage Status

Build status

Documentation

See wiki.

How to use

As a coding framework, iWF provides three SDKs to use with:

The xCherry SDKs/Samples require to run with the server by one of the below options:

Option 1: use example docker-compose of xCherry with a database

In this case you don't want to connect to your existing database:

  • wget https://raw.githubusercontent.com/xcherryio/xcherry/main/docker-compose/docker-compose-postgres14-example.yaml && docker compose -f docker-compose-postgres14-example.yaml up -d

Option 2: use docker-compose of xCherry to connect with your own database

  • Install the database schema to your database
  • Run docker-compose file from this project:
    • docker-compose -f ./docker-compose/docker-compose.yaml up

Contribution

See contribution

Option 3: brew install

TODO: brew install xCherry binaries

Development Plan

See development plan

License

Apache 2.0. See license file