Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.13 KB

Package Helm Chart for FlectraHQ

Flectra 3.0 HELM CHART

Flectra is a suite of web based open source business apps. The main Flectra Apps include an Open Source CRM, Website Builder, eCommerce, Warehouse Management, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, ...

Flectra Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.

Status

this helm is not currently production ready but provides a way to execute and test the deployment.

TODO

  • add postgresql waiter in init container to replace this dumb sleep 30...

REQUIREMENT

  • HELM v3.0 or later
  • clone this repository

INSTALL

helm dependency update
helm install -n flectra flectra . -f values.yaml --create-namespace

UPGRADE

helm upgrade -n flectra flectra . -f values.yaml

INIT DB (first run)

Connect on shell on pod flectra and run the command below

flectra-bin -i base --stop-after-init --db_host=$HOST --db_user $USER --db_password $PASSWORD --database $USER --without-demo=all