Confirmed users
1,209
edits
(installing a pootle dev instance, start) |
|||
| Line 20: | Line 20: | ||
*** <code>cd pootle</code> | *** <code>cd pootle</code> | ||
*** <code>python setup.py install</code> | *** <code>python setup.py install</code> | ||
* Initialize the database by running the <code>./PootleServer</code> script once. | |||
* You can run the pootle server later by using <code>./manage.py runserver PORTNUMBER</code> (if you omit PORTNUMBER, it'll default to 8000) [http://translate.sourceforge.net/wiki/pootle/installation_1.3beta#running_pootle] | |||