Image Processor

It is a simple rails application for processing image collections.

Features

Dependencies

Quick Start

Default login and password (seeds.rb): admin@company.com adminpassword

Rebuilding

bin/rebuild -h

Usage: bin/rebuild [options]

-f, --flags F        Flags for the rebuild script (by default all of them)
                     l - bundle exec rake log:clear
                     a - bundle exec rake assets:clean
                     i - [ -e public/system ] && rm -R public/system/*
                     d - bundle exec rake db:drop
                     c - bundle exec rake db:create
                     m - bundle exec rake db:schema:load
                     s - bundle exec rake db:seed
                     p - RAILS_ENV=production bundle exec rake assets:precompile
                     j - [ -e bin/delayed_job ] && RAILS_ENV=production bin/delayed_job restart
                     Example: dcms

-e, --except E       Except flags for the rebuild script
                     See documentation for --flags

Updating

bin/update -h

Usage: bin/update [options]

-f, --flags F        Flags for the update script (by default all of them)
                     l - bundle exec rake log:clear
                     a - bundle exec rake assets:clean
                     g - git pull
                     b - bundle install
                     m - bundle exec rake db:migrate
                     p - RAILS_ENV=production bundle exec rake assets:precompile
                     j - [ -e bin/delayed_job ] && RAILS_ENV=production bin/delayed_job restart
                     Example: gm

-e, --except E       Except flags for the update script
                     See documentation for --flags

Add Test Data

rake atd[path] # where path -- path to a directory with images

Screenshots

screen

screen

screen

screen

screen

screen

Author (Speransky Danil): Personal Page | LinkedIn | GitHub | StackOverflow