SeedDMS
Required Packages
en pear composer install
a2enmod rewrite
en el site.conf, aputar al directorio www del dms
cambiar httpRoot a “/” en settings.xml
crear base de datos create database dmsdb;
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL ON db.* TO 'user'@'localhost'; FLUSH PRIVILEGES;
ir a la URL install cambiar database to mysql
sudo certbot –apache -d example.com -d www.example.com