On 2018-10-28 06:38, A.L.E.C wrote:
On 10/28/18 6:02 AM, mick crane wrote:
excuse ignorance.
using 1.3.5 with managesieve and enigma plugins.
Is there a script that will update to 1.3.8 if I tell it where 1.3.5 is installed or do I
need to go through everything from start ?

https://github.com/roundcube/roundcubemail/blob/release-1.3/UPGRADING

OK it seems to be working

after running script I get loads of files owned by me.
I do
#!/bin/bash
find /usr/share/roundcubemail-1.3.8 -type d -exec chmod 755 {} \;
find /usr/share/roundcubemail-1.3.8 -type f -exec chmod 644 {} \;
chown -R www-data /usr/share/roundcubemail-1.3.8/*;
chgrp -R www-data /usr/share/roundcubemail-1.3.8/*;

I guess that is OK

but what is composer.phar
php composer.phar update --no-dev

I haven't got it
have composer.json

I don't do this very often.

mick



--
Key ID    4BFEBB31
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to