droxit / roxcomposer

This is the droxit microservice framework repository.
GNU Lesser General Public License v3.0
5 stars 0 forks source link

droxIT - ROXcomposer

This is droxits microservice framework repository. It yields a python framework to set up microservices easily.

This file is part of ROXcomposer.

ROXcomposer is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You have received a copy of the GNU General Public License along with this program (plain text GPL, Markdown GPL, plain text LGPL, Markdown LGPL). See also http://www.gnu.org/licenses/.

Status

Dev:

CircleCI

Master:

CircleCI

Dependencies

The Python dependencies are listed in the requirements.txt and the Node.js dependencies are listed in roxconnector_plugin/package.json.

Please execute

make install-deps

to install all requirements.

Versioning scheme

The version is generated via the version.sh script which is called from the Makefile. The resulting version depends on the current branch:

Running Tests

In order to run tests, please use

make test

Build

The whole package:

make demo-package

You will be prompted for creadentials for the droxIT artifact repository. Alternatively those can be provided in the ARTIFACT_AUTH environment variable as a username:password pair.

the built package will be under build/roxcomposer-demo-<VERSION>.

Only the python package:

make python-package

The package will be in the dist folder.

Deploy

Running

make deploy-demo

will ask you for a directory to deploy to. It will attempt to extract the package at the given location and install the dependencies.

Further documentation

For further documentation please consider reading the handbook.