Images for resource reports (under Information Carrier) have stopped 
working on our Arches site.

http://maldivesheritagedata.oxcis.ac.uk/report/c40118dc-bfeb-11e8-a7ea-005056ad8063

I have installed Arches on Ubuntu 16.04 using the setup script 
<https://github.com/archesproject/arches/blob/master/arches/install/ubuntu_setup.sh>
 
and set up Apache using the instructions here 
<https://arches.readthedocs.io/en/stable/serving-arches-with-apache/>.

http://maldivesheritagedata.oxcis.ac.uk/files/uploadedfiles/Isdhoo_Lomaafaanu_2.JPG
 
is stored in /opt/Projects/mehs/mehs/uploadedfiles/Isdhoo_Lomaafaanu_2.JPG

/etc/apache2/sites-enabled/000-default.conf contains the following:

WSGIDaemonProcess arches python-path=/opt/Projects/mehs/mehs:/opt/Projects/
ENV/lib/python2.7/site-packages
WSGIScriptAlias / /opt/Projects/mehs/mehs/wsgi.py process-group=arches


<Directory /opt/Projects/mehs>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>


Alias /static/ /opt/Projects/mehs/mehs/static/
<Directory /opt/Projects/mehs/mehs/static>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>


settings.py contains:

STATIC_ROOT = "/opt/Projects/mehs/mehs/static"
STATIC_URL = "/static/"


STATIC_ROOT = os.path.join(PACKAGE_ROOT, 'static') does not work


Hope that somebody can help.

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to