Confirmed users
1,209
edits
(pip requirements, some config stuff) |
(→Setup) |
||
| Line 30: | Line 30: | ||
* <code>cd pootle_env/bin</code> | * <code>cd pootle_env/bin</code> | ||
* <code>wget .../modpython_wrapper.py</code> (from github); chmod +x it | * <code>wget .../modpython_wrapper.py</code> (from github); chmod +x it | ||
* set up Apache config similarly to | * set up Apache config similarly to the <code>apache-host.conf</code> on github; important parts: | ||
** | ** <code>PythonHandler modpython_wrapper</code> refers to the .py file we put into <code>pootle_dir/pootle_env</code> above. | ||
** make sure to adjust pootle_dir appropriately in all places | |||
** the config should in the end use HTTPS and forward HTTP->HTTPS, because we use LDAP auth | |||
== Configuration == | == Configuration == | ||