Manvia Instalation Details

Version Date Notes By
1.0 2018-05-29 Initial commit Robert Lopes
1.1 2019-06-28 Added more information and removed obsolete information Robert Lopes
1.2 2020-02-12 Updated information João Oliveira
1.3 2022-05-05 Updated php and composer paths required Bruno Borges

Local diferences

Test instalation

In the manvia server, the php alias is /opt/plesk/php/8.1/bin/php and composer must be run by that alias, for example /opt/plesk/php/8.1/bin/php -d memory_limit=.1 ./vendor/bin/composer ...

In frontend, the development is also installed so just do git pull followed by gulp export.

Don't forget, after updating laravel, go line 389 in file backend/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php

and update that line to:

return strlen($file) < PHP_MAXPATHLEN && is_file($file);