Thanks Nate for your reply. I was worrying that I am the only left that did not solve this problem... ;-) Hopefully we'll have some help on this.
Τη Τρίτη, 4 Οκτωβρίου 2016 - 3:12:50 π.μ. UTC+3, ο χρήστης Nate Aune έγραψε: > > Hi Christos, > > I encountered the same problem and reported the issue here ( > https://openedx.atlassian.net/browse/DEVSTACK-26) but as of yet there has > been no response from the edX team. > > It appears that the ORA2 doesn't honor the global setting > DEFAULT_FILE_STORAGE": > "django.core.files.storage.FileSystemStorage" > But defaults to use Amazon S3, irregardless of what is set for > DEFAULT_FILE_STORAGE. > > Nate > > > On Monday, October 3, 2016 at 4:08:36 AM UTC-7, Christos Bellos wrote: >> >> I am trying to use the ORA2 and upload files to our server. I think that >> we have performed all the recommended steps, but with no success. >> >> Is it possible to post the steps, sth like a tutorial for dummies? That >> would be really really appreciated, because I am following several threads >> and performed several recommendations from users with no success. >> For example, I have followed these steps: >> https://github.com/edx/edx-documentation/blob/master/en_us/install_operations/source/configuration/ora2/ora2_uploads.rst#id6 >> and these: >> https://groups.google.com/forum/#!msg/edx-code/L8Ga4RSsa50/t5wM2h-XSNsJ >> >> >> >> Τη Τρίτη, 3 Μαΐου 2016 - 1:54:28 μ.μ. UTC+3, ο χρήστης Jay Modi έγραψε: >>> >>> *You need to config below settings:* >>> >>> *in lms/common.py:* >>> >>> >>> ORA2_FILEUPLOAD_BACKEND = "filesystem" >>> # your prefered cache system >>> >>> ORA2_FILEUPLOAD_CACHE_NAME="default" >>> #where you want to upload ora2 files >>> >>> ORA2_FILEUPLOAD_ROOT = os.path.join(MEDIA_ROOT, 'ora-upload/') >>> *In lms/urls.py:* >>> >>> >>> from openassessment.fileupload.urls import urlpatterns as oraurlpatterns >>> urlpatterns+= oraurlpatterns >>> >>> Thanks & Regards, >>> Jay Modi, >>> Python Django developer, >>> Quixom Technolgies >>> >>> -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/95540d99-c561-4d58-9538-31d387df7df1%40googlegroups.com.