- Foreword
- Synopsis
- Latest Version
- Installation
- Documentation
- Bug Reporting
- Contributors
- Contacts
- License
- Copyright
As OBNL uses RabbitMQ (with pika), a server SHALL be running. If docker is installed the following command starts a RabbitMQ server:
docker run -d --hostname my-rabbit -p 5672:5672 --name some-rabbit rabbitmq:alpine
The main purpose of this tool is to simply integrate OBNL in docker.
You can find the latest version on: https://github.com/IntegrCiTy/obnl-run
As this repository was created to integrate OBNL in a docker container, the best way to use it is to run a docker:
docker -d -rm integrcity/obnl <HOST> <BACKEND_PASSWORD> <OBNL_PASSWORD>
However, if you need to install it, this is a full python project thus as long as Python is installed on your system you can install it by moving in the root folder (the folder this README file should be) and run:
python setup.py install
In some systems you need Administrator right to run this command.
Warning: This requires these packages to be used in full:
- obnl-core (https://github.com/IntegrCiTy/obnl)
- obnl-wrapper (https://github.com/IntegrCiTy/obnl-wrapper)
- connection-util (https://github.com/IntegrCiTy/connection-util)
Currently, the documentation is only accessible in source code (if any...).
If you find any bugs, or if you want new features you can put your request on github at the following address:
https://github.com/IntegrCiTy/obnl-run
The OBNL Team is currently composed of:
- Pablo Puerto ([email protected])
- Gillian Basso ([email protected])
- Jessen Page ([email protected])
For questions, bug reports, patches and new elements / modules, please use the Bug Reporting.
You should have received a copy of the Apache License Version 2.0 along with this program. If not, see http://www.apache.org/licenses/LICENSE-2.0.
Copyright 2017 The OBNL Team
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.