osem v1.0 Release Notes

Release Date: 2016-05-24 // almost 8 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