mirror of https://github.com/zulip/zulip.git
setup.bash: Add a note about wiki users
(imported from commit be00de3b777b0d9c779787dbcadb32ab29f248ef)
This commit is contained in:
parent
f25102df32
commit
ffa0b74bca
|
@ -89,3 +89,13 @@ chown -R wiki:wiki /home/wiki/wiki
|
|||
# Install Python packages from PyPi
|
||||
# FIXME: make this more secure
|
||||
pip install django-jstemplate
|
||||
|
||||
# Messages
|
||||
set +x
|
||||
cat << EOF
|
||||
|
||||
Done.
|
||||
|
||||
Remaining manual setup tasks:
|
||||
- Create users in /etc/apache2/users/wiki
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue