setup.bash: Add a note about wiki users

(imported from commit be00de3b777b0d9c779787dbcadb32ab29f248ef)
This commit is contained in:
Keegan McAllister 2012-09-13 11:29:51 -04:00
parent f25102df32
commit ffa0b74bca
1 changed files with 10 additions and 0 deletions

View File

@ -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