Changes

From SME Server
Jump to navigationJump to search
39 bytes removed ,  12:26, 19 October 2008
m
Line 60: Line 60:  
  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 file named '''S99Pootle''' under '''/etc/e-smith/events/local''' and add this content:
+
Or better create a file under /etc/e-smith/events/local:
 
+
nano /etc/e-smith/events/local/S99Pootle
 +
 
  #!/bin/sh
 
  #!/bin/sh
   
  /usr/bin/python2.4 /usr/bin/PootleServer --port=8081 > /var/log/pootle.log 2>&1 &
 
  /usr/bin/python2.4 /usr/bin/PootleServer --port=8081 > /var/log/pootle.log 2>&1 &
  −
  −
Chmoded to make executable:
      
  chmod 0755 /etc/e-smith/events/local/S99Pootle
 
  chmod 0755 /etc/e-smith/events/local/S99Pootle
Line 85: Line 82:     
Or proxying through apache: http://forums.contribs.org/index.php?topic=40081
 
Or proxying through apache: http://forums.contribs.org/index.php?topic=40081
      
=== Updating from Pootle 1.1.0 to 1.2.0 ===
 
=== Updating from Pootle 1.1.0 to 1.2.0 ===

Navigation menu