Tapeinos is a altar-server managment system. It allows easy enrollement for events. It was developed on Ruby 2 and Rails 5.1.
This system requires three running servers:
-
A redis-database (once installed started with
redis-server
) -
A sidekiq-server (To deliver mails:
bundle exec sidekiq -q default -q mailers
) -
The application itself (
rails server
)
All configuration is saved in config/local_env.yml
. Please refer to the provided local_env.demo.yml
for information about all available settings.
Just hit rake test
and you’re done.