-
Notifications
You must be signed in to change notification settings - Fork 0
Loris & IIIF
Eli Zoller edited this page Sep 8, 2016
·
6 revisions
By running vagrant up
, Loris is installed at localhost:8080/loris
(you will only see a simple txt file there) (Worth noting that vagrant provision on an existing vagrant seemed to go funky so I had to destroy and re-up)
- The install is located at
/opt/loris
- The config file is at
/opt/loris/etc/loris2.conf
- Should you need to make a change to the loris conf, make the change and then run
python setup.py install --kdu-expand /opt/kdu/kdu_expand --libkdu /opt/kdu
from/opt/loris
- You will likely need to restart apache after that (
service httpd restart
)
- To view an items info.json go to
localhost:8080/loris/[insert PID here]
- To view the full sized jpeg go to
http://localhost:8080/loris/[insert PID here]/full/full/0/default.jpg
- It's important to note that the PID is for the master object not the core_file
- Should you encounter issues with the Loris install, check the loris log at
/var/log/loris/
- Many install issues are related to apache + loris + fedora playing nicely, so be sure to check
/var/log/httpd/error_log
also - Other issues usually have to do with permissions, like the loris user not being able to write to
/usr/local/share/images/loris