Giter Site home page Giter Site logo

suryatmodulus / convergence-omnibus-container Goto Github PK

View Code? Open in Web Editor NEW

This project forked from convergencelabs/convergence-omnibus-container

0.0 1.0 0.0 79 KB

The Omnibus (All-In-One) container distribution of Convergence

License: GNU General Public License v3.0

Shell 22.97% Dockerfile 74.07% JavaScript 2.97%

convergence-omnibus-container's Introduction

Convergence Omnibus Container

Build

The Convergence Omnibus Container is an all-in-one version of Convergence which is useful for developers to use when developing Convergence based applications. It is also useful for simple, or small installations that do not require high availability.

It contains the Convergence Server, the Convergence Admin Console, the Convergence Client, and an OrientDB Database.

For documentation, code samples, and information on Convergence Enterprise Edition (suitable for production use cases), please visit: https://convergence.io

Basic Usage

To run, simply execute the following docker run command:

docker run -p "8000:80" convergencelabs/convergence-omnibus

URLS

Once started several services will be available under http://localhost:8000/ (replace port and hostname as required):

  • The Convergence Admin Console will be available at: http://localhost:8000/.
  • The REST API will be available at: http://localhost:8000/rest/.
  • The Realtime API will be available at: http://localhost:8000/realtime/.
  • The JavaScript API Documentation will be available at http://localhost:8000/api/.
  • The various client builds will available at http://localhost:8000/client/.

Default Credentials

A default Server Admin user will be created when the container first starts up. The default credentials are admin / password. These credentials can be changed via environment variables as shown below.

Environment Variables

The following environment variables can be used to configure the Convergence server. All environment variables are option, and reasonable defaults are supplied.

  • CONVERGENCE_ADMIN_USERNAME: Configures the username of the default server admin user that will be created upon startup.
  • CONVERGENCE_ADMIN_PASSWORD: Configures the password of the default server admin user that will be created upon startup.
  • CONVERGENCE_ADMIN_EMAIL: Configures the email of the default server admin user that will be created upon startup.
  • CONVERGENCE_ADMIN_DISPLAY_NAME: Configures the display name of the default server admin user that will be created upon startup.
  • CONVERGENCE_DEFAULT_NAMESPACE: Configures the default namespace for the server. Defaults to "convergence".
  • CONVERGENCE_DEFAULT_DOMAIN_ID: Configures the id of the default domain that will be created. Defaults to default.
  • CONVERGENCE_DEFAULT_DOMAIN_DISPLAY_NAME: Configures the display name of the default domain that will be created. Defaults to Default.
  • EXTERNAL_REMOTING_PORT: Configures the port that Akka remoting is reachable on outside of the container. Useful if behind a proxy. Defaults to 25520.
  • EXTERNAL_REMOTING_HOSTNAME: Configures the hostname that Akka remoting is reachable on outside of the container. Useful if behind a proxy. Defaults to localhost.
  • HTTP_PORT: Configures the HTTP port the built-in NGINX server will listen on. Defaults to 80.

Common Docker options

To run in detached mode (in a separate process): -d Give the container a name: --name convergence This allows commands like docker logs -f convergence

Persistent Data

Convergence stores data in an OrientDB instance that runs inside the container. A Docker volume is defined at /orientdb/databases to persist the data. You can create a named or host mapped volume there if you wish to persist the data outside of the container. For examle:

docker run \
  -p "8000:80" \
  -v ${PWD}/databases:/orientdb/databases \
  convergencelabs/convergence-omnibus

Support

Convergence Labs provides several different channels for support:

License

The Convergence Omnibus Container is licensed under the GNU Public License v3 (GPLv3) license. Refer to the LICENSE for the specific terms and conditions of the license.

The Convergence Omnibus Container is also available under a Commercial License. If you are interested in a non-open source license please contact us at Convergence Labs.

convergence-omnibus-container's People

Contributors

mmacfadden avatar

Watchers

 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.