Coder Social home page Coder Social logo

knowagelabs / knowage-server-chef Goto Github PK

View Code? Open in Web Editor NEW
1.0 11.0 8.0 127 KB

Chef deployment script for Knowage Server https://www.knowage-suite.com

License: GNU Affero General Public License v3.0

Shell 6.79% Ruby 89.01% HTML 4.20%
chef chef-repo deployment deploy-tool knowage ruby

knowage-server-chef's Introduction

Knowage-Server-Chef

Chef deployment script for Knowage Server https://www.knowage-suite.com. This recipe will automatically download, install and start Docker and Docker Compose with a container for the Knowage Web application and a container with MySQL database for metadata.

Usage

Option 1

Include knowage in your node's run_list:

{
  "run_list": [
    "recipe[knowage::default]"
  ]
}

Option 2

Just launch the bin/installation.sh script to install and launch the Knowage environment.

./installation.sh [<ip_address_or_hostname>]

If <ip_address_or_hostname> is not provided, then default is localhost. Port is 8080 by default.

Version release

To release a new version of the Chef recipe (starting from the new Docker image), the following steps must be performed:

  • edit cookbooks/knowage/files/docker-compose.yml and cookbooks/knowage/files/docker-compose.yml.bak by updating the Knowage docker image version (e.g. from 6.1.1 to 6.2.1);
  • zip the folder cookbooks, rename the zip file chef-cookbooks.zip and make a new release at https://github.com/KnowageLabs/Knowage-Server-Chef/releases (adding chef-cookbooks.zip as asset).
  • edit bin/installation.sh by updating the Chef cookbooks link with the newest version.
  • create a folder (e.g. 6.2.1 for the same Knowage release version)
  • copy/paste the folders bin, cookbooks and all (but not other versioning folder).

How to contribute

Knowage is open to external contributions. You can submit your contributions into this repository through pull requests. Before starting, here there are a few things you must be aware of:

  • This project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
  • When you open a pull request, you must sign the Individual Contributor License Agreement by stating in a comment "I have read the CLA Document and I hereby sign the CLA"
  • Please ensure that your contribution passes all tests. If there are test failures, you will need to address them before we can merge your contribution.

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.