Verbatim:Deployment: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 15: Line 15:
== Setup ==
== Setup ==
* checkout https://translate.svn.sourceforge.net/svnroot/translate/src/branches/mozootle
* checkout https://translate.svn.sourceforge.net/svnroot/translate/src/branches/mozootle
* Copy pootle.prefs and users.prefs to a configuration directory
* Copy pootle.prefs to a configuration directory and configure it
* The command to run the server is ''./PootleServer --prefsfile=/path/to/pootle.prefs --port=80''
* The command to run the server is ''./PootleServer --prefsfile=/path/to/pootle.prefs --port=80''
* note: the pootle tree must be owned by whatever user is running the pootle server
* note: the pootle tree must be owned by whatever user is running the pootle server

Revision as of 17:40, 4 August 2008

Verbatim » Deployment

Pre-Deployment Checklist

  • Prerequisites
    • dependencies
    • RPMs:
      • python-elementtree
      • python-kid
      • python-lxml
      • python-sqlite2
      • python-ldap
      • python-sqlalchemy
    • At least gettext version 0.15. This seems to upgrade cleanly in Redhat with no dependency issues (bug 438706)

Setup

Post-deployment Checklist

todo: verification things are working, cron jobs, nagios checks, etc.