Skip to content

ndoulgeridis/ofbiz-erp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Apache OFBiz ERP for Blockfreight, Inc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages