mirror of
https://github.com/alerta/alerta.git
synced 2025-01-30 11:36:20 +00:00
10 lines
359 B
Markdown
10 lines
359 B
Markdown
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
|