Confirmed users
1,209
edits
(partial update for Pootle 1.3 (work in progress)) |
No edit summary |
||
| Line 13: | Line 13: | ||
== Setup == | == Setup == | ||
I've added some scripts etc. to [https://gist.github.com/cb33a48c6945db24f13a github]. | |||
As the apache user, pick a dir where you want to deploy Pootle (pootle_dir), then: | As the apache user, pick a dir where you want to deploy Pootle (pootle_dir), then: | ||
* cd pootle_dir | * <code>cd pootle_dir</code> | ||
* virtualenv pootle_env | * <code>virtualenv pootle_env</code> | ||
* ... | * <code>cd pootle_env/bin</code> | ||
* <code>. activate</code> | |||
* <code>wget .../modpython_wrapper.py</code> (from github); chmod +x it | |||
== Configuration == | == Configuration == | ||