Changes

From SME Server
Jump to navigationJump to search
3 bytes added ,  08:05, 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:
+
Or better create a file named '''S99Pootle''' under '''/etc/e-smith/events/local''' and add this content:
    
  #!/bin/sh
 
  #!/bin/sh
 
   
 
   
  /usr/bin/python2.4 /usr/bin/PootleServer --port=8888 > /var/log/pootle-file 2>&1 &
+
  /usr/bin/python2.4 /usr/bin/PootleServer --port=8081 > /var/log/pootle-file 2>&1 &
 
   
 
   
   Line 69: Line 69:     
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.
 
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 can 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
 
Access at http://your_server:8081
985

edits

Navigation menu