Giter VIP home page Giter VIP logo

amlen's Introduction

Amlen

This repo contains the source for the Amlen Message Broker. It contains (amongst other things) the Amlen Server itself, a WebUI and a bridge (to MQTT brokers or Kafka).

A website including documentation can be found at https://eclipse.org/amlen

A community blog can be found at https://amlen.org/

Building

Requires an x86-64 Linux distribution. Amlen has been built on RHEL7, RHEL8 and recent versions of Fedora. Package names vary slightly between distributions (Fedora package names are listed here).

Install the prereq packages:

sudo dnf install openssl-devel openldap-devel boost-devel CUnit-devel pam-devel curl-devel 
sudo dnf install gcc make vim-common gcc-c++ net-snmp-devel libicu-devel jansson-devel
sudo dnf install ant ant-junit ant-contrib rpm-build icu libxslt dos2unix
sudo dnf install java-1.8.0-openjdk-devel

Extract the source into a directory, put the dependencies (see dependencies section of this readme) into another directory and then:

export BUILD_LABEL="$(date +%Y%m%d-%H%M)_git_private"
export SROOT=<directory source was extracted into>
export BROOT=${SROOT}
export DEPS_HOME=<directory containing dependencies>
export USE_REAL_TRANSLATIONS=true
export SLESNORPMS=yes
export IMASERVER_BASE_DIR=$BROOT/rpmtree
export JAVA_HOME=<suitable Java 8 SDK e.g. /etc/alternatives/java_sdk>

cd $SROOT/server_build
ant -f $SROOT/server_build/build.xml  2>&1 | tee /tmp/ant.log

Dependencies

Building the default set of components from this repository requires the following to be downloaded and placed into a directory (set the $DEP_HOME environment variable to point to this directory)

Some of the non-default components (e.g. the bridge to IBM MQ) require other dependencies - see the next section to see dependencies for individual components

Building individual components

Some components (like Amlen server) could be packaged by Linux distros. For suggested ways of building individual components see the server_build/distrobuild sub directory.

Build container

There is a a Docker file and build script that we use to do the build at Eclipse that show downloading of the dependencies and setting of the environment variables. There can be found in the server_build/buildcontainer directory.

amlen's People

Contributors

jonquark avatar baoquocphan avatar

Stargazers

Daniel Istrate avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.