################################## ## Prerequisites ## Download Debian 13 (trixie) ## https://www.debian.org/ ## Config your OS ## Minimal Resources ## CPU - 1 Core, RAM 1GB, HDD - 10GB ## change your hostname echo "lcdp6-edu.xsquare" > /etc/hostname ################################## ################################## ##Download XSQUARE full installer and install ##Check if postgresql-17 is available in your REPO apt-get update apt-get dist-upgrade apt-get clean all apt-get -y install wget cd /root/ wget https://lcdp.xsquare.ru/edu/files/pghs_xrad/6.4.5.5.5.5/xsquare.lcdp.6.4.5.5.5.5_release_full_installation.sh chmod +x xsquare.lcdp.6.4.5.5.5.5_release_full_installation.sh ./xsquare.lcdp.6.4.5.5.5.5_release_full_installation.sh ##################################