Releases: openSUSE/osem
Open Source Event Manager 1.0
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
Open Source Event Manager 1.0 Beta
This is the pre-release of the first stable version of the Open Source Event Manager (OSEM). An Event Management App tailored to Free Software Conferences. It helps to
- call for papers in your community
- receive, classify, evaluate and schedule submissions
- communicate the value of your event with a landing and schedule
- participants to register & buy tickets
- you stay on top and inform yourself about your conference with data drive dashboards
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