Giter Site home page Giter Site logo

samrocketman / confighubplatform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from confighubpub/confighubplatform

0.0 2.0 0.0 100.73 MB

ConfigHub Platform releases

License: Other

Java 28.79% Shell 1.84% HTML 13.71% CSS 11.33% JavaScript 43.23% Batchfile 1.11%

confighubplatform's Introduction

ConfigHub Platform

Full Installation instructions are available at docs.confighub.com

System requirements

The ConfigHub server application has the following prerequisites:

  • Runs on Windows/macOS/Linux distribution (Debian Linux, Ubuntu Linux, or CentOS recommended)
  • MySQL 5.0 or later, or PostgreSQL 9 or later (latest stable version is recommended)
  • Oracle Java SE 8 or later (latest stable update is recommended)

Upgrading from a previous version?

Please read the release notes - database schema upgrades may be required.

Docker ConfigHub Platform

A docker image for ConfigHub.

Execute with following:

docker run -d \
    -p 8080:80 \
    -p 8443:443 \
    -e DB_URL=jdbc:mysql://<databaseHost>:3306/ConfigHub \
    -e DB_DRIVER=com.mysql.jdbc.Driver \
    -e DB_USERNAME=<username> \
    -e DB_PASSWORD=<password> \
    --name confighub \
    confighub/confighubplatform:latest

You may also use PostgreSQL database with

    -e DB_DRIVER=org.postgresql.Driver
    -e DB_URL=jdbc:postgresql://<databaseHost>:5432/ConfigHubPSQL

And you may specify parameters from the /confighub-<version>/confighub.sh. Shown are default values which will be applied if these parameters are omited:

    -e ALLOCATED_MEMORY=4g
    -e HTTP_PORT=80
    -e HTTPS_PORT=443
    -e LOG_PATH=/var/log/confighub
    -e KEYSTORE_FILE=cert/confighub_default.jks
    -e KEYSTORE_ALIAS=confighub
    -e KEYSTORE_PASSWORD=confighub

After the docker container starts, you can access the web interface on https://localhost:8080.

confighubplatform's People

Contributors

edoarsla avatar

Watchers

 avatar  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.