Our homebrew material borrowing tracking system.
SHOP_NAME
APP_HOST
MONGO_URL
REDIS_URL
SMTP_USER
SMTP_PASSWORD
MAIL_SENDER
PASSWORD_ADMIN
PASSWORD_TERMINAL
FIRST_NOTIFICATION
NOTIFY_INTERVAL
How to deploy:
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