Solve ldap errors
This commit is contained in:
parent
d9bea9eb37
commit
fe04a79d35
3 changed files with 12 additions and 2 deletions
9
re2o-dev.sh
Normal file
9
re2o-dev.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
service apache2 stop
|
||||
python3 manage.py migrate
|
||||
python3 manage.py collectstatic --noinput
|
||||
python3 manage.py compilemessages
|
||||
service apache2 start
|
||||
service slapd start
|
||||
sleep infinity
|
Loading…
Add table
Add a link
Reference in a new issue