0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 03:33:59 +00:00
alerta_alerta/contrib/debian/README.md
2013-10-02 11:55:39 +01:00

359 B

To build alerta debian packages for client, server and common:

$ git clone https://github.com/guardian/alerta.git alerta
$ cd alerta
$ python setup.py --command-packages=stdeb.command sdist_dsc
$ cd deb_dist/alerta-x.y.z/
$ cp ../../contrib/debian/* debian/
$ dpkg-buildpackage -rfakeroot -uc -us
$ cd ..
$ sudo dpkg -i *.deb