Changes

From SME Server
Jump to navigationJump to search
688 bytes added ,  17:12, 20 January 2008
no edit summary
Line 44: Line 44:     
== Stast pootle server ==
 
== Stast pootle server ==
 +
 +
Before you can start pootle server, you will must configure an user account. Pootle come with a default use account "startup" with the same password. Edit the file /usr/lib/python2.4/site_packages/Pootle/user.prefs and uncomment the following lines:
 +
 +
startup:
 +
  activated = 1
 +
  passwdhash = 'dd82c1882969461de74b46427961ea2c'
 +
  rights.siteadmin = True
 +
  name = ''
 +
  email = ''
 +
  languages = u'es'
 +
  projects = u'pootle,prueba'
 +
  description = 'startup'
 +
  uilanguage = u'es'
 +
 +
Then you can add a new user with admin privileges as say in pootle site, and for security reasons, comment again the user "startup".
    
Manually you can start pootle server as indicate in pootle site:
 
Manually you can start pootle server as indicate in pootle site:
Line 49: Line 64:  
  python2.4 /usr/bin/PootleServer --port=8081 --autorestart -B < /dev/null >> /var/log/pootle 2>&1
 
  python2.4 /usr/bin/PootleServer --port=8081 --autorestart -B < /dev/null >> /var/log/pootle 2>&1
   −
''If you make init scrypt as say ( http://translate.sourceforge.net/wiki/pootle/service_scripts ) share with us and then we make the service rpm''
+
''If you make init scrypt as say ( http://translate.sourceforge.net/wiki/pootle/service_scripts ) share with us and then we will make the service rpm''
 +
 
 +
Access at http://your_server:8081
 +
 
 +
Of course you can choose other port.
985

edits

Navigation menu