Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Automated build and deployment.

by techcode (Hermit)
on Jun 07, 2006 at 23:54 UTC ( [id://554184]=note: print w/replies, xml ) Need Help??


in reply to Re: Automated build and deployment.
in thread Automated build and deployment.

Actualy I allready put Krang in the download list :D I heard they are shiping all required modules with it - so figured that it might be worth of checking out.

Are there any other applications that follow the same/similar path?

It's a bit limiting because you can only ship pure Perl modules that way - or hope that you have a nice server admin who is willing to do it for you.


Have you tried freelancing? Check out Scriptlance - I work there. For more info about Scriptlance and freelancing in general check out my home node.

Replies are listed 'Best First'.
Re^3: Automated build and deployment.
by sgifford (Prior) on Jun 08, 2006 at 00:34 UTC
    It's a bit limiting because you can only ship pure Perl modules that way - or hope that you have a nice server admin who is willing to do it for you.
    It's actually not that hard to install compiled modules with only Web access; have an installer script, run from a Web browser, that runs the compiler and installs the modules in the user's home directory. See Re: Re: Alternatives to User::Agent? for an example; obviously you'd have to adapt this for your purposes. I've found that this works for most Web hosting companies I've used, and I do it frequently.
        Wow, that's great! I've been looking for something like that for years. I'll have to play with it this weekend.
Re^3: Automated build and deployment.
by perrin (Chancellor) on Jun 08, 2006 at 04:05 UTC
    Krang includes XS modules that need to be compiled. It does make certain assumptions about the target though, e.g. that it is a unixy system with a compiler available.
      Yes that is a bit of problem I guess.

      Eitherway I'm using just Perl modules, or those widely available (such as TemplateToolkit). And while I use Windows - most of apps (~ 99%) are deployed to Linux or FreeBSD servers.

      I was also thinking to provide binary distros - where XS modules would be allready compiled.


      Have you tried freelancing? Check out Scriptlance - I work there. For more info about Scriptlance and freelancing in general check out my home node.
        Krang does support binary distros. You can compile it on a platform and then make a binary distribution from your compiled code.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://554184]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found