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:
parent
1338d12eeb
commit
fcc45b2aa7
2 changed files with 3 additions and 1 deletions
|
@ -10,12 +10,13 @@ Current Movim version : 20150820.
|
||||||
**Changelog**
|
**Changelog**
|
||||||
|
|
||||||
0.8b ?
|
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://...)
|
- Fix URL in manifest.json (was https://https://...)
|
||||||
- Modified mysql password generation (no special car)
|
- Modified mysql password generation (no special car)
|
||||||
- Public/Private policy changed. The SSO portal is not used anymore
|
- 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.
|
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)
|
This change was necessary for public content (blog)
|
||||||
|
- Add sticky bit to final_path
|
||||||
|
|
||||||
0.7b 2015-08-20
|
0.7b 2015-08-20
|
||||||
- Update to upstream Movim 20150820 to fix #5
|
- Update to upstream Movim 20150820 to fix #5
|
||||||
|
|
|
@ -59,6 +59,7 @@ sudo cp -a ../sources/* $final_path
|
||||||
sudo useradd -d /var/www/movim -s /bin/sh movim
|
sudo useradd -d /var/www/movim -s /bin/sh movim
|
||||||
sudo chown -R movim:www-data $final_path
|
sudo chown -R movim:www-data $final_path
|
||||||
sudo chmod -R 770 $final_path
|
sudo chmod -R 770 $final_path
|
||||||
|
sudo chmod g+s $final_path
|
||||||
|
|
||||||
# Install PHP dependencies
|
# Install PHP dependencies
|
||||||
sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim
|
sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim
|
||||||
|
|
Loading…
Add table
Reference in a new issue