Bucky Box Web Store is part of the Bucky Box platform. It allows customers to place orders using the Bucky Box API.
See config/application.yml.
The required settings are BUCKYBOX_API_KEY
, BUCKYBOX_API_SECRET
and SECRET_KEY_BASE
. You can leave the rest blank.
No database is required but you must have Redis running to store carts.
cp config/application.yml.example config/application.yml
RAILS_ENV=development bundle exec puma -p 5000 --config config/puma.rb --log-requests
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
.
./bin/ci
# or
git commit && gitlab-ci-multi-runner exec docker integration
GPLv3+