Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

  1. Copy basic configuration files from the root directory in any existing UI service

  2. Create pipeline based on any existing UI pipeline

  3. Add a reference to a new UI in the reference-ui docker-compose file

  4. Create DockerHub repository and add proper permissions:

    1. Automated -> read & write

  5. Push the latest image from local (offline-ui example):

    1. Build image

      docker build -t index.docker.io/openlmis/offline-ui:latest .
    2. Log into DockerHub

      cat ~/dockerhubpassword | docker login --username openlmisci --password-stdin
    3. Push image

      docker push openlmis/offline-ui:latest
  6. Create Transifex project

  7. Add repository to FishEye

  • No labels