1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

add sticky bit

This commit is contained in:
src386 2015-08-21 15:29:55 +02:00
parent 1338d12eeb
commit fcc45b2aa7
2 changed files with 3 additions and 1 deletions

View file

@ -10,12 +10,13 @@ Current Movim version : 20150820.
**Changelog**
0.8b ?
- Added to language selection : ar, de, es, it, ja, nl, ru
- Added language selection : ar, de, es, it, ja, nl, ru
- Fix URL in manifest.json (was https://https://...)
- Modified mysql password generation (no special car)
- Public/Private policy changed. The SSO portal is not used anymore
But when a pod is marked as "private", only accounts with @yourdomain.com are able to connect.
This change was necessary for public content (blog)
- Add sticky bit to final_path
0.7b 2015-08-20
- Update to upstream Movim 20150820 to fix #5

View file

@ -59,6 +59,7 @@ sudo cp -a ../sources/* $final_path
sudo useradd -d /var/www/movim -s /bin/sh movim
sudo chown -R movim:www-data $final_path
sudo chmod -R 770 $final_path
sudo chmod g+s $final_path
# Install PHP dependencies
sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim