Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Not quite the same approach, but a project I've created is something along the same lines. My application framework contains a built in tool to automatically bundle up the entire application into a single self contained 'install.pl' script. Build a web app, run the 'package' command, give to the world.

My installer is command line based at the moment. When run it self unpacks, checking for app requirements (the installer is core pure perl, but the web app itself may have other requirements), creating directory structures and files, setting owner/groups and permissions. It also walks through creating databases if required (MySQL at the moment - db and admin user), generating an initial app config file and sample config files that can be copied more or less verbatim into a webserver setup. Some day I hope to expand it to swing both ways so the user has a choice of either running from a shell, or from a browser (ala php). I think that makes me the other side of your coin, so I hope we can learn something from each other :)

It's a work in progress, but you can check out my installer here: Aqualung Sample Web App

By all means PM me if you want to talk more.


In reply to Re: web-based installer wanderings by ruzam
in thread web-based installer wanderings by skazat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 04:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found