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.
this helm is not currently production ready but provides a way to execute and test the deployment.
- add postgresql waiter in init container to replace this dumb sleep 30...
- HELM v3.0 or later
- clone this repository
helm dependency update
helm install -n flectra flectra . -f values.yaml --create-namespace
helm upgrade -n flectra flectra . -f values.yaml
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