[Zope] ANN: Latest Zope and Plone versions available at WebFaction

2007-01-22 Thread Remi Delon

Hi everyone,

This is just a quick post to announce that the latest Zope and Plone 
versions are now available in WebFaction's one-click installer.

These are currently Zope-2.10.1 and Plone-2.5.2-1

Remi

http://www.webfaction.com - Hosting for an agile web

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ANN: Latest Zope and Plone versions available at WebFaction

2007-01-22 Thread Remi Delon

Hi everyone,

This is just a quick post to announce that the latest Zope and Plone
versions are now available in WebFaction's one-click installer.
These are currently Zope-2.10.1 and Plone-2.5.2-1




Where are the download links? What are the difference to the existing
binary installers for Zope  Plone?


Sorry if this wasn't clear: I was just announcing that users of WebFaction 
(a commercial web hosting service) can now install the latest Zope and Plone 
in one click from our control panel.


There is nothing to download ...

Our one-click installer takes a standard Zope tarball, installs and 
configures a Zope instance, starts it and connects it to the Apache server.



Cheers,

Remi.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ANN (Screencast): Step by step installation of a Zope and Plone site at WebFaction

2006-07-31 Thread Remi Delon

Hello everyone,

WebFaction have just released a screencast demo showing a step by step 
installation of a Zope and Plone site and product on their servers.


The 10 minute screencast shows how to:

- Create a Zope application using the control panel and mount it on some 
domains

- Access the ZMI and create a Plone site
- Use the VirtualHostMonster to run Plone at the root of the website
- Add a new product and restart Zope
- Run two websites from the same Zope instance

The screencast is available at: 
http://blog.webfaction.com/zope-and-plone-screencast


Remi.
http://www.webfaction.com - Hosting for an agile web

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-Annce] ANN (Screencast): Installing Zope at WebFaction

2006-07-05 Thread Remi Delon

Hello everyone,

WebFaction (formerly Python-Hosting.com) have just released a screencast 
demo of their control panel.
The 6 minute demo shows how you can setup a Rails, WordPress, Django and 
TurboGears application in a few clicks, and then mount these applications 
on various domain(s)/URL(s).
The one-click installer already supports all major tools, including Rails, 
WordPress, Djano, TurboGears, Zope, Plone, Trac and Subversion, but also 
lightweight tools such as static HTML, CGI or PHP.


Even though Zope itself is not shown in the demo, it is supported in the 
one-click installer so its installation works just like the other 
applications.


We already hosts hundreds of Zope and Plone sites.

The demo is available at: http://blog.webfaction.com/control-panel-demo

Remi.
http://www.webfaction.com  - Hosting for an agile web


___
Zope-Announce maillist  -  Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

 Zope-Announce for Announcements only - no discussions

(Related lists - 
Users: http://mail.zope.org/mailman/listinfo/zope

Developers: http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ANN (Screencast): Installing Zope at WebFaction

2006-06-22 Thread Remi Delon

Hello everyone,

WebFaction (formerly Python-Hosting.com) have just released a screencast
demo of their control panel.
The 6 minute demo shows how you can setup a Rails, WordPress, Django and
TurboGears application in a few clicks, and then mount these applications
on various domain(s)/URL(s).
The one-click installer already supports all major tools, including Rails,
WordPress, Djano, TurboGears, Zope, Plone, Trac and Subversion, but also
lightweight tools such as static HTML, CGI or PHP.

Even though Zope itself is not shown in the demo, it is supported in the
one-click installer so its installation works just like the other
applications.

We already hosts hundreds of Zope and Plone sites.

The demo is available at: http://blog.webfaction.com/control-panel-demo

Remi.
http://www.webfaction.com  - Hosting for an agile web


PS: WebFaction offers free Trac/Subversion hosting for all open-source 
python projects. We already host more than 200 of them.


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-dev] Multi-threaded pcgi vs single-threaded pcgi

2001-10-31 Thread Remi Delon

Hi, I have a zope backend running behind an Apache server.
Up to now, I've been using the standard pcgi configuration.
Here is my understanding of what's happening (correct me if
I'm wrong):
  - When Apache gets a request, it calls pcgi-wrapper. If
the pcgi_publisher process is running, pcgi-wrapper connects
to it and gets the page. If pcgi_publisher is not running, pcgi-wrapper
first starts pcgi_publisher and then connects to it and gets the page.

Now, the problem I have with that is that pcgi_publisher is
single-threaded. I have to run long-running background tasks at night
to update my database, and I run them inside Zope. During that time,
the site is unavailable because Zope is busy executing what should
be a background task.

The solution I want to use is to start Zope in multi-threaded pcgi
mode, using the standard Zope/start script with the correct flags (-p)
This works fine, as long as I manually execute the start script. But
if Zope ever crashes, I would like Apache (maybe through pcgi-wrapper)
to automatically restart Zope in multi-threaded pcgi mode, when
someone requests a page.

How can I achieve that ?

Thanks.

Rémi.


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] How to handle special sub-directories

2001-04-15 Thread Remi Delon

Thanks Chris.

PathHandler is indeed what I needed. But I have one last
problem: It looks like I need to create a PathHandler object
(called "ph" for instance), and then the url is 
www.website.com/ph/member_name

What if I want it to work at the root of my website, like this: 
www.website.com/member_name  ?

Thanks.

Remi.


From: "Chris Withers" [EMAIL PROTECTED]
To: "Remi Delon" [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [Zope-dev] How to handle "special" sub-directories
Date: Sat, 14 Apr 2001 18:54:53 +0100

  This is like transforming the URL www.website.com/member_name into
  www.website.com/unique_document?arg=member_name
 
  How can I do that ?

Look at the PathHandler product on zope.org. Python Scripts on theri own
might be able to do this too. Futz with the sub-traversal path or whatever
it's called :-)

cheers,

Chris


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] How to handle special sub-directories

2001-04-14 Thread Remi Delon
Hi, I have a website where members can sign up.
I want to give each of my members their own URL, in the format www.website.com/member_name

But I don't want to create a Zope folder for each member. Instead, I want to be able to find out what the member name is, and then fetch some data in my database based on the member name and then display it.

This is like transforming the URL www.website.com/member_name into www.website.com/unique_url?arg=member_name

How can I do that ?

Thanks.

Rémi.
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )


[Zope-dev] How to handle special sub-directories

2001-04-14 Thread Remi Delon

Hi, I have a website where members can sign up.
I want to give each of my members their own URL, in the format 
www.website.com/member_name

But I don't want to create a Zope document for each member. Instead, I want 
to be able to find out what the member name is, and then fetch some data in 
my database based on the member name and then display it.

This is like transforming the URL www.website.com/member_name into 
www.website.com/unique_document?arg=member_name

How can I do that ?

Thanks.

Rémi.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )