1.5 KiB
Install Open Source Event Manager
OSEM is a Ruby on Rails application. We recommend to run OSEM in production with mod_passenger and the apache web-server. There are tons of guides on how to deploy rails apps on various base operating systems. Check Google ;-)
For more information about rails and what it can do, see the rails guides.
Dependency for ImageMagick
We use ImageMagick for image manipulation so it needs to be available in your installation. If you would like to resize exisiting logos in your OSEM installation you can do so by running the following rake task:
$ bundle exec rake logo:reprocess
Using openID
In order to use openID logins for your OSEM installation you need to register your application with the providers (Google, GitHub or Facebook) and enter their API keys in config/secrets.yml file, changing the existing sample values.
Recurring Jobs
Open a separate terminal and go into the directory where the rails app is present, and type the following to start the delayed_jobs worker for sending email notifications.
bundle exec rake jobs:work