cstpraveen / community-edition-containers

Manifest files for CE container packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pygluu compose

Gluu Server Community Edition Containers

Gluu Server Community Edition Documentation

Quickstart

  1. Install packages (depends on OS):

    • curl
    • wget
    • python3 (Python 3.6 and above)
    • python3-distutils (only for Ubuntu/Debian)
  2. Install docker

  3. Get pygluu-compose executable by following this doc.

  4. Run the following commands to start deploying containers:

    mkdir -p examples/single-host
    cd examples/single-host
    pygluu-compose init
    pygluu-compose up

    Or check available commands by running:

    pygluu-compose -h

Issues

If you find any issues, please post them on the customer support portal, support.gluu.org.

About

Manifest files for CE container packages

License:MIT License


Languages

Language:Python 98.6%Language:Makefile 1.0%Language:HCL 0.4%