Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matachi/taiga-debian-package


https://github.com/matachi/taiga-debian-package

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

====================
Taiga Debian package
====================

Install dependencies::

$ sudo apt-get update
$ sudo apt-get install build-essential fakeroot devscripts debhelper

Check for missing build dependencies::

$ dpkg-checkbuilddeps

Build the package::

$ dpkg-buildpackage -b

Install::

$ sudo dpkg -i ../taiga_1.0.0-1_amd64.deb

Install missing dependencies::

$ sudo apt-get -yf install

Run backend::

$ cd /var/www/taiga/taiga-back
$ sudo -u root ../env/bin/python manage.py runserver 0.0.0.0:8000

Rebuild package without cleaning::

$ dpkg-buildpackage -b -nc