Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Pylons to Pyramid Migration
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
burgiduroy  
View profile  
 More options Jul 18 2012, 10:14 pm
From: burgiduroy <burgidu...@gmail.com>
Date: Thu, 19 Jul 2012 10:14:09 +0800
Local: Wed, Jul 18 2012 10:14 pm
Subject: Pylons to Pyramid Migration

Are there any pylons to pyramid migration guide. How can I do this
smoothly.
Our app got about 50 controllers. Is it possible to migrate by batch?
I'm thinking about running parallel instances of pylons and pyramid on the
same server, and just do a redirect from pylons to pyramid.
Is this idea doable or are there any better approach tho this.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris McDonough  
View profile  
 More options Jul 18 2012, 10:32 pm
From: Chris McDonough <chr...@plope.com>
Date: Wed, 18 Jul 2012 22:32:04 -0400
Local: Wed, Jul 18 2012 10:32 pm
Subject: Re: Pylons to Pyramid Migration
On 07/18/2012 10:14 PM, burgiduroy wrote:

> Are there any pylons to pyramid migration guide. How can I do this
> smoothly.
> Our app got about 50 controllers. Is it possible to migrate by batch?
> I'm thinking about running parallel instances of pylons and pyramid on
> the same server, and just do a redirect from pylons to pyramid.
> Is this idea doable or are there any better approach tho this.

Here's one strategy:

http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/por...

Here are some other suggestions:

http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/pyl...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jason  
View profile  
 More options Jul 19 2012, 9:19 am
From: Jason <ja...@deadtreepages.com>
Date: Thu, 19 Jul 2012 06:19:38 -0700 (PDT)
Local: Thurs, Jul 19 2012 9:19 am
Subject: Re: Pylons to Pyramid Migration

I would advise against the strategy of wrapping the Pylons application in a
Pyramid view. I used to do this, but the dependencies in the python
environment are now conflicting between Pylons and Pyramid. There are
packages where the latest version of Pyramid requires a newer version than
Pylons can use. One of the packages was WebOb, but I think there were other
packages as well.

I currently have NginX in front of Pyramid and Pylons applications (running
in Paste) and it decides based on the first path segment whether to go to
the legacy app or the new pyramid application. This seems to be the easiest
method for porting controllers one at a time.

 -- Jason


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »