Installation
Installation on Ubuntu Linux
Server Preparation
Packages
apt-get update
apt-get install -y python3 python3-pip libjpeg-dev libfreetype6-dev \
nginx mysql-server libmysqlclient-dev python3-dev \
libldap2-dev libsasl2-dev unixodbc-dev memcached \
rabbitmq-server supervisor ffmpeg openjdk-11-jre-headless \
python3-virtualenv libssl-dev poppler-utilsEnable nginx
rm -f /etc/nginx/sites-enabled/default
update-rc.d nginx enable
service nginx startCreate user account
Create virtual environment
Install Solr
Configure MySQL
Create database
Configure MDID
Configure nginx
Configure crontab
Configure supervisor
Shibboleth support
Install additional packages
Configure Shibboleth
Configure apache
Configure nginx
Configure MDID
Restart all services
Last updated