Info
- Currently in the process of migration to
ediveplus.phil.muni.cz
- Should be hosted in Docker
Legacy
- tomcat server
opt/tomcat/webapps/ediveplus.war
opt/tomcat/conf
nginx
- backend
- frontent
https://gitlab.ics.muni.cz/edive-platform/ediveplus-fe
opt/fe/edive
- SSH certifikat - openssl
openssl s_client -connect ediveplus.phil.muni.cz:8443 -servername ediveplus.phil.muni.cz | openssl x509 -noout -dates
sudo openssl pkcs12 -export -inkey /etc/letsencrypt/live/ediveplus.phil.muni.cz/privkey.pem -in /etc/letsencrypt/live/ediveplus.phil.muni.cz/fullchain.pem -out /opt/tomcat/conf/keystore.p12 -name tomcat -password pass:tomcatKeystorePassw
sudo openssl x509 -in /etc/letsencrypt/live/ediveplus.phil.muni.cz/fullchain.pem -noout -dates -issuer -subject
- postgress database
psql
default passwords
- dotnet LRM
cp /home/sivy/LRM2/MultiCompiled/bin/Debug/net7.0/MultiCompiled.dll /home/sivy/LRM2/LRM/bin/Debug/net7.0/
- heroku app for server codes
repo eDIVE Relay server