Under construction

Installation and deployment

One of the largest challenges in working with a system like Plxtra is configuring and installing/deploying it. Plxtra has many moving parts: components and services; there are many configurable items to support different Plxtra use cases and solutions. Configuring and assembling a system from scratch can take a long time even for an Plxtra experienced developer. For someone new to Plxtra, the challenge of getting a Plxtra exchange up and running from scratch would be very daunting.

To overcome this hurdle, Plxtra uses scripts and docker to allow it to be configured and installed very quickly - even for a first time user.

Existing docker containers are publicly available which allow you to install Plxtra without access to source code. Alternatively, you can install the Plxtra source code and build the docker containers directly from the source and then deploy these containers. This greatly reduces the develop/debug/test cycle and allows new developers to work on parts of Plxtra without having to fully understand it first.

Plxtra aims to improve its configuration and deployment mechanisms to support more deployment environments (demo/test/staging/production etc) and more use cases. See the documentation for more details.