mberlanda / cheidelacoriera

This Rails application aims to become a management system for away fans.
GNU General Public License v3.0
2 stars 1 forks source link

cheidelacoriera

This project was deprecated at the end of 2022. Since then we are going to reuse the learnings of this experience for a new solution that is going to delight ever more our users.

Build Status Maintainability Test Coverage

This Rails application aims to become a management system for away fans.

It should include two levels of users:

In terms of models, it should include:

How to run the queue

$ bundle exec sidekiq --environment development -C config/sidekiq.yml

Image optimization:

$ sudo apt install optipng
$ ls -1 *png | xargs optipng -dir optimized/ -strip all -o7
$ sudo apt install jpegoptim
$ ls -1 *jpg | xargs jpegoptim -doptimized --strip-all -v

Create test data in development environment