Adam Kaney
2018-07-25 17:44:35 UTC
I just recently installed Mayan doing the advanced install on Ubuntu 18.04.
I'm trying to change the storage locations.
I created a mysettings file per the instructions on the Mayan website:
#!/opt/mayan-edms/bin/python
from mayan.settings.production import *
DOCUMENTS_CACHE_STORAGE_BACKEND_ARGUMENTS='{location:
/media/145mayan/document_cache}'
DOCUMENTS_STORAGE_BACKEND_ARGUMENTS='{location:
/media/145mayan/document_storage}'
When I run python manage.py runserver
--settings=mayan.media.mayan_settings.mysettings
I get the error: python: can't open file 'manage.py': [Errno 2] No such
file or directory
I'm still new to this, so hopefully it is just something simple that I'm
missing
I'm trying to change the storage locations.
I created a mysettings file per the instructions on the Mayan website:
#!/opt/mayan-edms/bin/python
from mayan.settings.production import *
DOCUMENTS_CACHE_STORAGE_BACKEND_ARGUMENTS='{location:
/media/145mayan/document_cache}'
DOCUMENTS_STORAGE_BACKEND_ARGUMENTS='{location:
/media/145mayan/document_storage}'
When I run python manage.py runserver
--settings=mayan.media.mayan_settings.mysettings
I get the error: python: can't open file 'manage.py': [Errno 2] No such
file or directory
I'm still new to this, so hopefully it is just something simple that I'm
missing
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.