Re: [Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-03 Thread Martin Ellison
It may be theoretically possible, but probably would prove impossibly
frustrating. You can be reasonably certain that your host will not have all
the Perl modules that you need and you will need to do a local install.

2008/10/3 Lee Aylward [EMAIL PROTECTED]

 On Thu, Oct 02, 2008 at 06:10:01PM +0100, Ari Constancio wrote:
  Hello,
 
  I'm new to Catalyst, and would like to know if it is possible to
  deploy Catalyst apps in a shared web hosting account without shell?
  For what I've read, it seems not possible but I need to be sure.
 
  Thank you,
  Ari Constancio
 

 Assuming that your shared host has all of the required modules installed
 you can use the .cgi script found in the /scripts directory of your
 catalyst application.

 --
 Lee Aylward

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkjlS84ACgkQornF2yojAAcTNACaApYHRpBX22ps6ghzaZ+FQrCe
 NFEAoI7Qw8dBl1EmRG9Fmk7kzN8XfIgK
 =CytI
 -END PGP SIGNATURE-

 ___
 List: Catalyst@lists.scsys.co.uk
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive:
 http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
 Dev site: http://dev.catalyst.perl.org/




-- 
Regards,
Martin
([EMAIL PROTECTED])
IT: http://methodsupport.com Personal: http://thereisnoend.org
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-03 Thread Gerda Shank

Ari Constancio wrote:

I'm new to Catalyst, and would like to know if it is possible to
deploy Catalyst apps in a shared web hosting account without shell?
For what I've read, it seems not possible but I need to be sure.
  
I have a Catalyst app deployed on shared hosting (with shell access), 
and if I had to do it without shell access, in theory I suppose that I 
could copy my locally installed Perl and my app directories and get it 
to work. You wouldn't need to use cgi, you could use fastcgi and an 
.htaccess file. The key would be to set it up somewhere where you do 
have access and copy it over.


But I really don't recommend it. You get really poor access to error 
messages and there's just too much you can't do, so quite possibly you 
might not be able to get it to work at all. There are a number of pretty 
cheap shared hosting sites (around $60 per year) that do allow shell 
access. I suggest you choose one of them. There's a list of some of them 
on the Catalyst wiki at:

http://dev.catalystframework.org/wiki/annotated_list_of_catalyst-friendly_web_hosting_providers

Gerda






___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-02 Thread Ari Constancio
Hello,

I'm new to Catalyst, and would like to know if it is possible to
deploy Catalyst apps in a shared web hosting account without shell?
For what I've read, it seems not possible but I need to be sure.

Thank you,
Ari Constancio

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-02 Thread Lee Aylward
On Thu, Oct 02, 2008 at 06:10:01PM +0100, Ari Constancio wrote:
 Hello,
 
 I'm new to Catalyst, and would like to know if it is possible to
 deploy Catalyst apps in a shared web hosting account without shell?
 For what I've read, it seems not possible but I need to be sure.
 
 Thank you,
 Ari Constancio
 

Assuming that your shared host has all of the required modules installed
you can use the .cgi script found in the /scripts directory of your
catalyst application.

-- 
Lee Aylward


signature.asc
Description: Digital signature
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/