From 5b773197f36c49c59f2ed31481dc2eee9667c207 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 8 Jun 2016 14:47:50 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a38ef13e..f53cebc6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,11 +1,30 @@ # Install Open Source Event Manager +All the information that you need to install OSEM. If you have any problems with installing don't hesitate to [contact us](https://github.com/openSUSE/osem#contact) + +## Versions +OSEM is an [semantic versioned](http://semver.org/) app. That means given a version number MAJOR.MINOR.PATCH we increment the: + +1. MAJOR version when we make incompatible changes, +2. MINOR version when we add functionality in a backwards-compatible manner +3. PATCH version when we make backwards-compatible bug fixes + +## Download +You can find the latest OSEM releases on our [release page](https://github.com/openSUSE/osem/releases/latest) ([older release here](https://github.com/openSUSE/osem/releases)) + +## Deploy OSEM is a *Ruby on Rails* application. We recommend to run OSEM in production with [mod_passenger](https://www.phusionpassenger.com/download/#open_source) and the [apache web-server](https://www.apache.org/). There are tons of guides on how to deploy rails apps on various base operating systems. [Check Google](https://encrypted.google.com/search?hl=en&q=ruby%20on%20rails%20apache%20passenger) ;-) For more information about rails and what it can do, see the [rails guides.](http://guides.rubyonrails.org/getting_started.html) -## Configuring OSEM +If you have an heroku account you can also + + + Deploy + + +## Configure There are a couple of environment variables you can set to configure OSEM. | Variable | Content | Purpose |