Git Product home page Git Product logo

ui's Introduction

cenit_io

Code Climate codebeat license

OpenAPIs in collection OpenAPI specs Endpoints

Follow on Twitter

Is a 100% open integration-platform-as-a-service (iPaaS) that's modern, powerful, yet hackable to the core, ready to use in the cloud or on-premises. It is designed to solve unique integrations needs, orchestrate data flows that may involve types of protocols and data formats, and provide API management capabilities. All of which can support a wide range of integration use cases. It is particularly valuable to embrace a pervasive integration approach.

To install and learn more about the platform check the documentation

Cenit IO Admin App

This is a React application for the administration of a Cenit IO integration Platform (iPaaS).

Configuring the Admin App

  1. Configure the Cenit listening port. In the example bellow the Admin App runs is listening to the port 3000 therefore the local instance of Cenit IO server should run listening to a different one, in the example the port 3001.

Set the docker runtime environment variables to the right values:

  • REACT_APP_APP_ID=admin
  • REACT_APP_CENIT_HOST=http://127.0.0.1:3001

Configuring the Cenit Backend Server

  1. Configure the Cenit HOMEPAGE URL. Make sure that Cenit HOMEPAGE URL is synced with the listening port by including in the config/application.yml file the entry HOMEPAGE: http://127.0.0.1:3001.

  2. Configure the default URI for the admin app. By default the Admin App runs listening to the port 3000. Include in the config/application.yml file the entry 'Cenit::Admin:default_uri': http://localhost:3000.

# config/application.yml
HOMEPAGE: http://127.0.0.1:3001
'Cenit::Admin:default_uri': http://localhost:3000
# ...

And that's all!

Run with Docker

docker pull ghcr.io/cenit-io/ui:latest

docker run -dti -e REACT_APP_LOCALHOST=http://127.0.0.1:3001 \
    -e REACT_APP_CENIT_HOST=http://127.0.0.1:3000 \
    -p 3000:80 \
    --name cenit-ui ghcr.io/cenit-io/ui:latest

Navigate to http://localhost:3000/ in your browser to view the app.

Contributing

Cenit IO is an open-source project and we encourage contributions.

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

To the Community

Since the challenge is great, we have to build the solution in the community. We believe that a successful open source project provides confidence, facilitates creating a broad community, where everyone can share answers to questions, suggestions, and improvements to the platform.

We encourage the community to join the initiative and contribute to the dissemination of the project, sharing integration experiences, collaborating in the detection and resolution of errors, or contributing to the development of the project. We hope that those who join us enjoy the collaborative work and the challenge of achieving something innovative and useful that can potentially serve many others.

Screenshots

menu

tenants

cenit_type

mobile_view

ui's People

Contributors

dependabot[bot] avatar dexterhenry avatar fjvigil89 avatar macarci avatar sanchojaf avatar yenisbel avatar yoandrypa avatar zgcasas avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.