Changes

From SME Server
Jump to navigationJump to search
422 bytes added ,  08:04, 27 March 2008
no edit summary
Line 57: Line 57:  
  python2.4 /usr/bin/PootleServer --port=8081 > /var/log/pootle.log 2>&1 &
 
  python2.4 /usr/bin/PootleServer --port=8081 > /var/log/pootle.log 2>&1 &
    +
Or better create a finale named '''S99Pootle''' under '''/etc/e-smith/events/local''' and add this content:
 +
 +
#!/bin/sh
 +
 +
/usr/bin/python2.4 /usr/bin/PootleServer --port=8888 > /var/log/pootle-file 2>&1 &
 +
 +
 +
Chmoded to make executable:
 +
 +
chmod 0755 /etc/e-smith/events/local/S99Pootle
 +
 +
To run, execute the above file. To stop Pootle kill the pootle task. The above file allow the server to run pootle at every boot time.
 
''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''
 
''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''
  
985

edits

Navigation menu