© Moritz Lenz 2019
Moritz LenzPython Continuous Integration and Deliveryhttps://doi.org/10.1007/978-1-4842-4281-0_7

7. Package Deployment

Moritz Lenz1 
(1)
Fürth, Bayern, Germany
 

In the previous chapters, you have seen how Debian packages are built, inserted into a repository, and how this repository can be configured as a package source on a target machine. With these preparations in mind, interactively installing the actual package becomes easy.

To install the python-matheval sample project, run
$ apt-get update
$ apt-get install python-matheval

on the target machine.

If several machines are required to provide a service, it can be beneficial to coordinate the update, for example, only updating one or two hosts at a time or doing a small integration ...

Get Python Continuous Integration and Delivery: A Concise Guide with Examples now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.