Database and E-Learning platform for medical language in German and English
I use MongoDB 3.0.9, ruby 2.2.3 and ruby on rails 4.2.4. I think that you can run medlang also with other versions of mongodb, ruby and RoR but I can't guarantee it.
-
import the mongo dump from
medlang/medlang_data/dumpwithmongorestoreto your mongodb. If you don't have access to medlang_data, contact us. -
create a
secrets.ymlfile in yourconfigfolder. This file should look in a way like this:development: secret_key_base: insert your key here test: secret_key_base: insert your key here production: secret_key_base: insert your key hereyou can generate keys with
bundle exec rake secret -
Now you should be able to run medlang with
rails s!