Skip to content

IntegrCiTy/obnl-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Foreword
  2. Synopsis
  3. Latest Version
  4. Installation
  5. Documentation
  6. Bug Reporting
  7. Contributors
  8. Contacts
  9. License
  10. Copyright

Foreword

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

Synopsis

The main purpose of this tool is to simply integrate OBNL in docker.

Latest Version

You can find the latest version on: https://github.com/IntegrCiTy/obnl-run

Installation

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:

Documentation

Currently, the documentation is only accessible in source code (if any...).

Bug Reporting

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

Contributors

The OBNL Team is currently composed of:

Contacts

For questions, bug reports, patches and new elements / modules, please use the Bug Reporting.

License

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages