Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Re2o
re2o
Commits
de0d48a4
Commit
de0d48a4
authored
Jan 11, 2021
by
jr-garnier
Committed by
Gabriel Detraz
Jan 24, 2021
Browse files
Add missing update step details in CHANGELOG.md
parent
cbfe9d8c
Changes
1
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
de0d48a4
...
...
@@ -30,15 +30,16 @@ sudo pip3 install -r pip_requirements.txt
python3 manage.py collectstatic
```
### MR 589: Move
ldap
to optional app
### MR 589: Move
LDAP
to optional app
Add
`ldap_sync`
to your optional apps in your local settings if you want to keep using the LDAP synchronisation.
Add
`ldap_sync`
to your optional apps in your local settings
(
`re2o/settings_local.py`
)
if you want to keep using the LDAP synchronisation.
### Final steps
As usual, run the following commands after updating:
```
bash
python3 manage.py migrate
python3 manage.py compilemessages
sudo
service apache2 reload
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment