Packaging for deployment

From CitconWiki
Revision as of 00:17, 21 September 2014 by Scarytom (talk | contribs) (Rough outline)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

packaging for deployment

Relativity small group gathered to discuss how releasable artifacts were packaged for deployment into production.

Java

Scarytom described how his company currently used a shared director to hold executable jars from which the deployment tool plucks them for deployment into production. The problems with this are a lack of resiliency --not highly available, and tends to fill up. The idea of wrapping the jars in Debian packages and using the o/s package manager was well received.

JavaScript

? Said he was using maven with the Wagon plugin to essentially copy files directly into production.

python

Zip

iOS

Someone described a system they had built that used a web robot like selenium to drive the apple app website automatically.