Was this in error? It doesn't seem to work correctly as directed.
Unzip to default directory or subdomain directory
unzip SuiteCRM-8.0.3.zip -d /var/www/html/suitecrm
CD to suitecrm directory Add sub tree to folder
cd /var/www/suitecrm <-----No /html/ in this tree?
mkdir cache
mkdir vendor
touch config_override.php
Set correct permissions to Files and Folders:
chown -R www-data:www-data /var/www/suitecrm/ <----Same, no /html/ in this tree?
chmod -R 755 .
chmod -R 775 cache custom modules themes data upload
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Was this in error? It doesn't seem to work correctly as directed.
Unzip to default directory or subdomain directory
unzip SuiteCRM-8.0.3.zip -d /var/www/html/suitecrm
CD to suitecrm directory Add sub tree to folder
cd /var/www/suitecrm <-----No /html/ in this tree?
mkdir cache
mkdir vendor
touch config_override.php
Set correct permissions to Files and Folders:
chown -R www-data:www-data /var/www/suitecrm/ <----Same, no /html/ in this tree?
chmod -R 755 .
chmod -R 775 cache custom modules themes data upload