Install advice?
Benjamin Gilbert
bgilbert at cs.cmu.edu
Mon Jan 13 22:09:28 EST 2014
On 01/13/2014 07:49 PM, Mark Ungrin wrote:
> If I remove the _setup stuff, slidedeck runs fine but does not find any
> images to load. Putting _setup back and running with
> @app.before_first_request commented out does not appear to change
> anything. Neither of these throws an error in the apache log.
Okay, so _setup() wasn't the problem. To be clear, if you uncomment
@app.before_first_request and have a deepzoom.wsgi containing:
import os, sys
from slidedeck import app as application
application.config.update({
'SLIDE_DIR': '/var/www/slidetest',
})
the index page loads and says "Available Slides: None"?
--Benjamin Gilbert
More information about the openslide-users
mailing list