mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 11:45:26 +02:00
Update README.md (close #45)
This commit is contained in:
parent
75568ee70e
commit
38887b9a15
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ Be careful if you try to migrate from 3.3.2! Backup your machines and data. The
|
||||||
cd /overleaf/services/web
|
cd /overleaf/services/web
|
||||||
node scripts/history/migrate_history.js --force-clean --fix-invalid-characters --convert-large-docs-to-file
|
node scripts/history/migrate_history.js --force-clean --fix-invalid-characters --convert-large-docs-to-file
|
||||||
```
|
```
|
||||||
- run this sharelatex image (4.1.1)
|
- run this sharelatex image (4.2.0)
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
|
@ -85,6 +85,7 @@ LOGIN_TEXT=username
|
||||||
COLLAB_TEXT=Direct share with collaborators is enabled only for activated users!
|
COLLAB_TEXT=Direct share with collaborators is enabled only for activated users!
|
||||||
ADMIN_IS_SYSADMIN=false
|
ADMIN_IS_SYSADMIN=false
|
||||||
```
|
```
|
||||||
|
|
||||||
*LOGIN_TEXT* : displayed instead of email-adress field (login.pug) <br/>
|
*LOGIN_TEXT* : displayed instead of email-adress field (login.pug) <br/>
|
||||||
*COLLAB_TEXT* : displayed for email invitation (share.pug)<br/>
|
*COLLAB_TEXT* : displayed for email invitation (share.pug)<br/>
|
||||||
*ADMIN_IS_SYSADMIN* : false or true (if ``false`` isAdmin group is allowed to add users to sharelatex and post messages. if ``true`` isAdmin group is allowed to logout other users / set maintenance mode)
|
*ADMIN_IS_SYSADMIN* : false or true (if ``false`` isAdmin group is allowed to add users to sharelatex and post messages. if ``true`` isAdmin group is allowed to logout other users / set maintenance mode)
|
||||||
|
@ -224,7 +225,7 @@ pip install docker-compose
|
||||||
use the following commands:
|
use the following commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
bash scripts/extract_files.sh 4.1.1
|
bash scripts/extract_files.sh 4.2.0
|
||||||
bash scripts/apply_diffs.sh
|
bash scripts/apply_diffs.sh
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue