Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 649 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 649 Bytes

MiniLeihs

Our homebrew material borrowing tracking system.

Environment

SHOP_NAME
APP_HOST
MONGO_URL
REDIS_URL
SMTP_USER
SMTP_PASSWORD
MAIL_SENDER
PASSWORD_ADMIN
PASSWORD_TERMINAL
FIRST_NOTIFICATION
NOTIFY_INTERVAL

Installation MacOS

How to deploy:

Dokku Application Deployment

Fixing v8 install issues on Big Sur:

brew install v8 [email protected]
bundle config build.libv8 --with-system-v8
bundle config build.therubyracer --with-v8-dir=/usr/local/opt/[email protected]
bundle update libv8 therubyracer

Compile App

bundle install
rake assets:precompile