OpenDXL Environment 0.2.10

Pre-configured environment that supports the development and running of OpenDXL solutions

Overview

The OpenDXL Environment is a pre-configured environment available as a Docker image that supports the development and running of OpenDXL solutions.


The OpenDXL Environment is based on the Debian operating system and includes standard tools and libraries that are commonly used to develop and run OpenDXL solutions. The environment also includes a web front-end based on Cloud Commander that supports browser-based file management, file editing, and terminal access.


The goal of the OpenDXL Environment is to provide a consistent way to develop OpenDXL solutions across platforms and eliminate the need to manually install commonly used tools (git, wget, curl, etc.) and libraries OpenDXL Python Client, OpenDXL Bootstrap.


The environment supports:

  • Python (2 and 3)
    • The default python and pip executables are Python 2. The python3 and pip3 executables are Python 3.
  • Java (JDK 1.8)
  • Node.js (Node 6)

The OpenDXL Environment Docker image is available at the following location within Docker Hub:


https://hub.docker.com/r/opendxl/opendxl-environment/

Documentation

See the Wiki for installation, configuration, usage instructions, and tutorials for the OpenDXL Environment.

Screenshots

File manager:




File editor:




Terminal:



  • Version 0.2.10

    Release (0.2.10):

    • Updated the Python DXL Client to 5.6.0.3
  • Version 0.2.9

    Release (0.2.9):

    • Fixed issue caused by new version of socket.io (forced use of 2.2.0)
  • Version 0.2.8

    Release (0.2.8):

    • Updated to use Debian Stretch Slim
  • Version 0.2.7

    Release (0.2.7):

    • Updated OpenDXL Python Client to 5.6.0.1
  • Version 0.2.6

    Release (0.2.6):

    • Added OpenDXL Bootprint to image
    • Added JSONSchema to image
    • Copied OpenDXL API Specification (v0.1) to /root/dxlschema/v0.1/schema.json
  • Version 0.2.5

    Release (0.2.5):

    • Added JDK 1.8 in support of OpenDXL Java Client
    • Updated OpenDXL Python Client to 5.0.0.568
    • Updated OpenDXL Bootstrap to 0.2.2
  • Version 0.2.4

    Release (0.2.4):

    • Pinned Cloud Commander to 9.x versions due to compatibility issues
  • Version 0.2.3

    Release (0.2.3):

    • Pinned Gritty version to 3.x (4.x is not compatible with Node 6)
  • Version 0.2.2

    Release (0.2.2):

    • Pinned the version of Node.js (6.x) due to compatibility issues with Docker
  • Version 0.2.1

    Release (0.2.1):

    • Updated to use the latest version of Cloud Command (v10.x.x)
    • Pinned the version of Node.js (8.x)