Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

buckybox/webstore

Repository files navigation

Bucky Box Web Store

Build Status Build Status Coverage Status Code Climate

Bucky Box Web Store is part of the Bucky Box platform. It allows customers to place orders using the Bucky Box API.

Screenshot

Configuration

See config/application.yml. The required settings are BUCKYBOX_API_KEY, BUCKYBOX_API_SECRET and SECRET_KEY_BASE. You can leave the rest blank.

Services

No database is required but you must have Redis running to store carts.

Deployment instructions

cp config/application.yml.example config/application.yml
RAILS_ENV=development bundle exec puma -p 5000 --config config/puma.rb --log-requests

Contributing

Any bug fix or tweak is welcomed but if you have bigger plans, please drop us a line at support AT buckybox.com first.

Translation

You can help translate it into your favorite language. We use Transifex. New translations can be fetched with tx pull -af.

Tests

./bin/ci
# or
git commit && gitlab-ci-multi-runner exec docker integration

License

GPLv3+