Re: [Catalyst] From Development to Production.

2016-03-19 Thread Bill Moseley
On Wed, Mar 9, 2016 at 7:35 AM, Dermot wrote: I want to caution you, in the nicest possible way. Writing software > requires a number of skills and a lot of research and learning. You can't > avoid the latter. What may seem like a lot of unnecessary aggravation > (testing and version control) hav

Re: [Catalyst] From Development to Production.

2016-03-09 Thread Andrew
I'd suggest these files are the Model part of MVC and you should have a Class that you use to interact with files. This Class is independent of you Catalyst App and should be able to run in it's own right. Page 135 of the book discussing Database model because that's the common model but the

Re: [Catalyst] From Development to Production.

2016-03-09 Thread Dermot
META: my reply including the list but was bounced because my default email address was not the one I subscribed with. I'd suggest these files are the Model part of MVC and you should have a Class that you use to interact with files. This Class is independent of you Catalyst App and should be able

Re: [Catalyst] From Development to Production.

2016-03-09 Thread Andrew
It sounds to me like you should treat these text files as the data model ---> Are you suggesting I do something to them, or is this just a linguistic point about what to call or refer to the data as? I'm new to Catalyst and previously coded in procedural perl, where I always used a pol

Re: [Catalyst] From Development to Production.

2016-03-08 Thread Andrew
Does anyone have any advice? Looking for the best way to handle permissions. My web app stores data to text files, in a directory. While it makes sense to have a development server, and a production server, when it comes to updating the scripts in the lib folder it doesn't make much sen

Re: [Catalyst] From Development to Production.

2016-03-03 Thread Jorge Gonzalez
ilto:catalyst@lists.scsys.co.uk> Subject: Re: [Catalyst] From Development to Production. This is not exact. If you upgrade system libs (provided it's an upgrade for the same release of your distribution), you should not need to recompile anything. Binary API is guaranteed to remain compat

Re: [Catalyst] From Development to Production.

2016-03-03 Thread James Leu
- > >From: Jorge Gonzalez <mailto:jorge.gonza...@daikon.es> > >Sent: ‎3/‎3/‎2016 10:34 > >To: catalyst@lists.scsys.co.uk <mailto:catalyst@lists.scsys.co.uk> > >Subject: Re: [Catalyst] From Development to Production. > > > >This i

Re: [Catalyst] From Development to Production.

2016-03-03 Thread Jorge Gonzalez
.co.uk <mailto:catalyst@lists.scsys.co.uk> Subject: Re: [Catalyst] From Development to Production. This is not exact. If you upgrade system libs (provided it's an upgrade for the same release of your distribution), you should not need to recompile anything. Binary API is guaranteed to remain c

Re: [Catalyst] From Development to Production.

2016-03-03 Thread Toomas Pelberg
This is more or less true, but DO read the changelogs because it can and will bite you. -Original Message- From: "Jorge Gonzalez" Sent: ‎3/‎3/‎2016 10:34 To: "catalyst@lists.scsys.co.uk" Subject: Re: [Catalyst] From Development to Production. This is not exact. I

Re: [Catalyst] From Development to Production.

2016-03-03 Thread Jorge Gonzalez
for all the insights, Yours, Andrew. - Original Message - From: "Trevor Leffler" To: "The elegant MVC web framework" Sent: Wednesday, March 02, 2016 6:54 PM Subject: Re: [Catalyst] From Development to Production. Yes, that. But to be a tad verbose about it... Use

Re: [Catalyst] From Development to Production.

2016-03-02 Thread James Leu
> > > ---> If you're not doing an auto deployment, and you're not copying > > folders > > > and files, how are you checking out your code from the production server? > > > > > > Grateful for all the insights, > > > > > > Yours, > >

Re: [Catalyst] From Development to Production.

2016-03-02 Thread James Leu
es. > > > > > > ---> If you're not doing an auto deployment, and you're not copying > > folders > > > and files, how are you checking out your code from the production server? > > > > > > Grateful for all the insights, > > > &g

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Andrew
27;re not doing an auto deployment, and you're not copying folders >> and files, how are you checking out your code from the production server? >> >> Grateful for all the insights, >> >> Yours, >> Andrew. >> >> >> >> - Original

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Andrew
--- Original Message - From: "James Leu" To: "The elegant MVC web framework" Sent: Wednesday, March 02, 2016 8:23 PM Subject: Re: [Catalyst] From Development to Production. It all comes down to the apps 'environment`. Do you remember when you started developing your ca

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Lasse Makholm
s > > and files, how are you checking out your code from the production server? > > > > Grateful for all the insights, > > > > Yours, > > Andrew. > > > > > > > > - Original Message - > > From: "Trevor Leffler" >

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Trevor Leffler
ou're not doing an auto deployment, and you're not copying folders and files, how are you checking out your code from the production server? Grateful for all the insights, Yours, Andrew. - Original Message - From: "Trevor Leffler" To: "The elegant MVC web framew

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Kieren Diment
#x27;s probably better than copying folders and files. > > > > ---> If you're not doing an auto deployment, and you're not copying > folders > > and files, how are you checking out your code from the production server? > > > > Grateful for all the insight

Re: [Catalyst] From Development to Production.

2016-03-02 Thread James Leu
keywords and will likely be busy for the next few weeks ;-) it's a > > pretty wide and interesting reading > > > > From: Andrew <mailto:catalystgr...@unitedgames.co.uk> > > Sent: ‎3/‎2/‎2016 2

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Trevor Leffler
st, --Trevor Grateful for all the insights, Yours, Andrew. - Original Message - From: "Trevor Leffler" To: "The elegant MVC web framework" Sent: Wednesday, March 02, 2016 6:54 PM Subject: Re: [Catalyst] From Development to Production. Yes, that. But to be a tad ver

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Andrew
he insights, Yours, Andrew. - Original Message - From: "Trevor Leffler" To: "The elegant MVC web framework" Sent: Wednesday, March 02, 2016 6:54 PM Subject: Re: [Catalyst] From Development to Production. Yes, that. But to be a tad verbose about it... Use ver

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Trevor Leffler
the next few weeks ;-) it's a pretty wide and interesting reading From: Andrew <mailto:catalystgr...@unitedgames.co.uk> Sent: ‎3/‎2/‎2016 20:17 To: The elegant MVC web framework <mailto:catalyst@lists.scsys.co.uk> Subject: [Catalyst] Fro

Re: [Catalyst] From Development to Production.

2016-03-02 Thread Toomas Pelberg
framework" Subject: [Catalyst] From Development to Production. So, I'm trying to learn Modern Perl workflows, and I heard it's best to do all your development on a development server, rather than mess around with code live, on the production server. So let's say I've co

[Catalyst] From Development to Production.

2016-03-02 Thread Andrew
So, I'm trying to learn Modern Perl workflows, and I heard it's best to do all your development on a development server, rather than mess around with code live, on the production server. So let's say I've coded my Catalyst app on a dev server, and it's in a folder called MyApp Do I just copy