RosarioSIS
https://gitlab.com/francoisjacquet/rosariosis/blob/mobile/INSTALL.md
php extension needed
php7.4-gettext is i think is replaced php7.4-common
gd curl xml zip
Create Database and User user = sis_admin database = sis
sudo unzip /opt/rosariosis.zip -d /var/www/html
sudo mv rosariosis-v7.7 sis
cd /var/www/html/sis
sudo cp config.inc.sample.php config.inc.php sudo vim config.inc.php
pg_dump is already installed when you installed the postgres
run which pg_dump
to be sure.
/usr/bin/pg_dump
wkhtmltopdf
https://github.com/wkhtmltopdf/packaging/releases
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
/usr/local/bin/wkhtmltopdf
Moodle integration.
https://gitlab.com/francoisjacquet/rosariosis/-/wikis/Moodle-integrator-setup
default user name and password is admin
.
Problems
To help you spot installation problems, point your browser to: http://yourdomain.com/INSTALL_LOCATION/diagnostic.php
RosarioSis was givving database errors or some config errors.
We have a problem, please contact technical support ...
04/03/2021 19:26:44
Date
DB Execute Failed. ERROR: relation "config" does not exist LINE 2: FROM CONFIG ^
Failure Notice
SELECT TITLE,CONFIG_VALUE,SCHOOL_ID
FROM CONFIG
WHERE SCHOOL_ID='0'
SQL query
i opened the http://192.168.0.172/pgsqladminlogin/ and login after login-> clicked on database ->SQL -> browse sql script -> and excecute it.