joelhawksley / timeframe

Other
2 stars 0 forks source link
epaper epaper-displays visionect

Timeframe

A web application for displaying information from various APIs on digital signage.

Project goals

Architecture

Todo list

Local development

Setup

1) bundle install 2) rails db:setup 3) Copy .config.ymlfrom a friend. 4) rails s 5) Visit http://localhost:3000

Testing

bundle exec rake

Deploying

Currently, Timeframe runs on a local Mac Mini in development mode. There is no production deployment.

To fetch the latest version: git fetch --all && git reset --hard origin/main

To upgrade Visionect: docker-compose pull && docker-compose up -d

Rails server: SECRET_KEY_BASE="foo" RAILS_ENV=production rails s -p 80 -b 0.0.0.0 --no-log-to-stdout

BG jobs: RAILS_ENV=production bundle exec sidekiq