Confirmed users
1,209
edits
(→Setup) |
|||
| Line 50: | Line 50: | ||
# switch <code>AUTHENTICATION_BACKENDS</code> to use LDAP, and adjust the credentials/settings there | # switch <code>AUTHENTICATION_BACKENDS</code> to use LDAP, and adjust the credentials/settings there | ||
# switch <code>CACHE_BACKEND</code> with the memcached option | # switch <code>CACHE_BACKEND</code> with the memcached option | ||
* initialize Pootle | |||
# in <code>pootle_dir/Pootle</code>, run the database initialization steps, including creation of a first admin user: | |||
# <code>./manage.py syncdb</code> | |||
# <code>./manage.py initdb</code> | |||
# <code>./manage.py refresh_stats</code> | |||
== Post-deployment Checklist == | == Post-deployment Checklist == | ||
* once it all works, switch <code>DEBUG</code> in <code>localconfig.py</code> to'' False'' | * once it all works, switch <code>DEBUG</code> in <code>localconfig.py</code> to'' False'' | ||
''todo: verification things are working, cron jobs, nagios checks, etc.'' | ''todo: verification things are working, cron jobs, nagios checks, etc.'' | ||