Skip to content

enguerr/flectrahq-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages