Difference between revisions of "Plone"

From Alessandro's Wiki
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:




=== Plone Notes ===
== Plone Notes ==


==== Background ====
=== Background ===


==== Installation ====
=== Installation ===


==== Maintainance / Backups ====
=== Maintainance / Backups ===


==== Related Services ====
=== Related Services ===


==== buildout.cfg ====
=== buildout.cfg ===


 
=== links ===
 
 
 
==== links ====


* Supervisor: http://127.0.0.1:9001/
* Supervisor: http://127.0.0.1:9001/
Line 31: Line 27:
* Client1: http://127.0.0.1:8080/
* Client1: http://127.0.0.1:8080/


==== fast command line ====
=== fast command line ===


* active connections related to Plone
* active connections related to Plone
  netstat -putan |egrep '(varnish|python|apache|haproxy|super)'
  netstat -putan |egrep '(varnish|python|apache|haproxy|super)'

Latest revision as of 15:34, 7 November 2010

My reasons

Plone Notes

Background

Installation

Maintainance / Backups

Related Services

buildout.cfg

links

fast command line

  • active connections related to Plone
netstat -putan |egrep '(varnish|python|apache|haproxy|super)'