Giter Club home page Giter Club logo

data-sync-ui's Introduction

AeroGear Sync UI

circle-ci Docker Hub Docker Stars Docker pulls License

The UI for the AeroGear Data Sync Server. Based on React and PatternFly.

Project Info
License: Apache License, Version 2.0
Build: Docker
End User Documentation: https://docs.aerogear.org
Community Documentation: https://aerogear.org
Issue tracker: https://issues.jboss.org/browse/AEROGEAR
Mailing lists: aerogear-dev

Prerequisites

A running PostgreSQL server. To run postgres in a docker container use the following command

docker-compose up

Database credentials can be found in docker-compose.yml

Running

  1. Install the dependencies

    npm install
  2. Build the UI and watch for changes.

    npm run server
  3. Builds the UI in production mode. Use this before pushing a new docker image.

    npm run build

Docker

  1. Build the image

    docker build -t aerogear/sync-ui:latest .
  2. Run the image

    docker run --rm --name sync-ui -p 8000:8000 -d aerogear/sync-ui:latest
  3. Stop the container

    docker stop sync-ui

Configuration

UI server has some environment variables to be set. If they're not set, defaults for development will be used.

  • AUDIT_LOGGING: : If true, audit logs of resolver operations will be logged to stdout. Defaults to true.

data-sync-ui's People

Contributors

aliok avatar danielpassos avatar josemigallas avatar laurafitzgerald avatar pb82 avatar psturc avatar wtrocki avatar

Watchers

 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.