Mat Kelly

Results 844 comments of Mat Kelly

@brettkromkamp I don't want to chalk it up to PostgreSQL just yet. Using the Docker configuration, I _should_ be seeing something at 127.0.0.1:5000 or localhost:5000 but don't. I was hoping...

@brettkromkamp I was expecting something akin to a stack trace as you mentioned. That would give me some indication that requests are hitting the app in the container. I think...

Thanks for the link, @brettkromkamp. I was not aware of Roam. I gave it a spin and it seems pretty intuitive -- I just wish it was self-hostable.

Quick update, I pulled fresh from master (35fe4735df35a756d21a2d993cc1d622027d1bba) and ran through the three docker steps in the README. After the third step, I opened http://127.0.0.1:5000/ in my browser, was shown...

In adding the settings.ini with those from the README (in the Docker section), I am shown the trace like https://github.com/brettkromkamp/contextualise/issues/22#issuecomment-539150015 : ``` [DATABASE] Username = postgres Password = postgres Database...

@brettkromkamp I thought I had but not so sure now. Any setup I did might have been on a previous system (when this GH issue started). With that in-mind, I...

@hmeine Thanks for the feedback. I can make that more clear in the docs. [OpenWayback](https://github.com/iipc/openwayback) indexes WARCs to CDX then on client access, reads the index for the source and...

@kggp1995 I have not tested the use case you mentioned but can imagine it being applicable to my own scenarios (involving private sharing of archival collections), so may look further...

OpenWayback has issues starting w/ the alternative JDK/JRE in the `heritrix-2022` branch. ```sh % export JAVA_HOME=/Applications/WAIL.app/bundledApps/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/ % export JAVA_HOME=/Applications/WAIL.app/bundledApps/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/ % /Applications/WAIL.app/bundledApps/tomcat/bin/startup.sh ``` produces a log in `/Applications/WAIL.app/bundledApps/tomcat/logs/catalina.out` of: ```sh -Djava.endorsed.dirs=/Applications/WAIL.app/bundledApps/tomcat/endorsed...

I updated to tomcat 10 in the heritrix-2022 branch but starting Tomcat using startup.sh after setting execution permissions on catalina.sh shows a 404 in the browser. Tomcat starts fine but...