-
Notifications
You must be signed in to change notification settings - Fork 0
Home
in /etc/hosts: 127.0.0.1 localhost oceania.digital
apt-get install unzip curl apache2 openjdk-8-jdk-headless tomcat7 sudo tomcat7-admin git ant
edit /etc/default/tomcat7 to set -XmX to 2G
mkdir -p /etc/fuseki/configuration chown -R tomcat7:tomcat7 /etc/fuseki
create /etc/fuseki/config.ttl with owner tomcat7
download jena tarball, unzip fuseki.war and copy to /var/lib/tomcat7/webapps
unzip joai* mv joai_v3.1.1.4/oai.war /var/lib/tomcat7/webapps/
edit /etc/tomcat7/server.xml to add proxyName and proxyPort attributes to the port 8080 Connector:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="UTF-8"
redirectPort="8443"
proxyName="oceania.digital"
proxyPort="80" />
wget --output-document=/var/lib/tomcat7/webapps/xproc-z.war https://github.com/Conal-Tuohy/XProc-Z/releases/download/1.0c/xproc-z.war
mkdir /etc/xproc-z
a2enmod proxy_http headers nano /etc/apache2/sites-available/000-default.conf service apache2 restart
- install Amazon Storage Gateway
- storage gateway available in Sydney
- File Gateway cache storage minimum = 150GB: http://docs.aws.amazon.com/storagegateway/latest/userguide/Requirements.html#requirements-hardware-storage
- added 150GB "Cold HDD" EBS volume
- added firewall settings
- http://docs.aws.amazon.com/storagegateway/latest/userguide/ManagingLocalStorage-common.html
- configure front end cache
- configure authentication