Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 708 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 708 Bytes

Buckaruby PoC

Buckaruby PoC is a Rails project that demonstrates the features of Buckaruby.

Usage

Configure the website key and secret key in your environment (.env):

BUCKAROO_WEBSITE=abcdef
BUCKAROO_SECRET=abcdef

Install the ruby gems:

bundle

Create the PostgreSQL database and migrate:

rake db:create db:migrate

Run the Rails server with foreman:

foreman start

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/KentaaNL/buckaruby-poc.

License

This project is available as open source under the terms of the MIT License.