osem v1.0 Release Notes
Release Date: 2016-05-24 // almost 7 years ago-
๐ 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
Previous changes from v1.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