Bucky Box Core is part of the Bucky Box platform.
It is targeted to food producers and distributors to:
- manage customers
- aggregate orders
- generate delivery lists
- reconcile payments
It is composed of three parts:
- distributor area (customer database + deliveries + payments)
- customer area (order management)
- API to interface with the Web Store App
- required variable:
SECRET_TOKEN - to send emails (recommended):
SMTP_HOST,SMTP_USERNAMEandSMTP_PASSWORD - to interface with the web store (optional):
API_MASTER_KEYandAPI_MASTER_SECRET - other variables can be left to default values.
See CI config.
- Postgresql 9.5+ (main DB)
- Redis (cache store)
See INSTALL.md.
Any bug fix or tweak is welcomed but if you have bigger plans, please drop us a line at support AT buckybox.com first.
You can help translate it into your favorite language.
We use Transifex.
New translations can be fetched with tx pull -af.
./script/ci
# or
git commit && gitlab-ci-multi-runner exec docker integrationSee LICENSE.
