This is the the first stable version of the Open Source Event Manager (OSEM). An Event Management App tailored to Free Software Conferences.
Read more about this release on osem.io/1.0
Upgrade from master
If you have deployed OSEM from master before there is one thing you need to do manually. OSEM is now configured through environment variables and not through the config/options.yml
anymore. There is a rake task to migrate your existing data to a .env
file that OSEM will use:
bundle exec rake data:migrate:config2dotenv RAILS_ENV=production
Happy Conferencing!
Your OSEM Team