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/dump
withmongorestore
to your mongodb. If you don't have access to medlang_data, contact us. -
create a
secrets.yml
file in yourconfig
folder. 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 here
you can generate keys with
bundle exec rake secret
-
Now you should be able to run medlang with
rails s
!