sutch has asked for the wisdom of the Perl Monks concerning the following question:
My question is: what do others use for handling project automation tasks?
Most of the applications which I develop or maintain are web based and use some sort of SQL storage. My office has discussed building a utility which takes an application's source code (possibly from CVS), builds it on a test machine, configures it with some saved values, configures Apache, creates or upgrades a database, populates a database, and runs some tests. We now do most of this by hand. It would be highly useful to automate this process for testing purposes as well as for pushing new or updated applications into production.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Pragmatic project automation
by tachyon (Chancellor) on Sep 02, 2004 at 19:05 UTC | |
by terra incognita (Pilgrim) on Sep 02, 2004 at 19:58 UTC | |
by sutch (Curate) on Sep 02, 2004 at 20:25 UTC | |
by terra incognita (Pilgrim) on Sep 03, 2004 at 17:58 UTC | |
by adrianh (Chancellor) on Sep 03, 2004 at 09:34 UTC | |
Re: Pragmatic project automation
by johnnywang (Priest) on Sep 02, 2004 at 21:39 UTC | |
Re: Pragmatic project automation
by terra incognita (Pilgrim) on Sep 02, 2004 at 19:55 UTC | |
Re: Pragmatic project automation
by EdwardG (Vicar) on Sep 03, 2004 at 11:01 UTC | |
Re: Pragmatic project automation
by eyepopslikeamosquito (Archbishop) on Sep 03, 2004 at 09:05 UTC |