Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.08 KB

Blockfreight, Inc. ERP

Quickstart

  1. Edit environment variables in config.env with right parameters according your needs:
   DEFAULT_HOST: "erp.blockfreight.com"
   VIRTUAL_HOST: "erp.blockfreight.com"
   LETSENCRYPT_HOST: "erp.blockfreight.com"
   LETSENCRYPT_EMAIL: "SET_AN_EMAIL_TO_GET_LETS_ENCRYPT_WARNINGS"
   POSTGRES_USER: "ofbiz"
   POSTGRES_PASSWORD: "ofbiz"
   OFBIZ_DB: "ofbiz"
   OFBIZ_OLAP_DB: "ofbizolap"
   OFBIZ_TENANT_DB: "ofbiztentant"   
  1. Start everything running:
    docker-compose up -d 
  1. Wait a bit and then you can access everything from the domain you provided in parameters. By default it redirects to SSL.
  2. Postgresql is persisting data in volume pgdata. Of course a proper backup policy for DB is needed

Visit OFBiz through your browser:

Order Back Office

Accounting Back Office

Administrator interface

NOTE: You can log in with the user admin and password ofbiz for the first time and you are prompted to change password.