https://github.com/danopcode/taiga-debian-package
https://github.com/danopcode/taiga-debian-package
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danopcode/taiga-debian-package
- Owner: DanOpcode
- Created: 2015-12-01T08:13:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T14:29:30.000Z (over 10 years ago)
- Last Synced: 2025-07-09T04:09:47.127Z (11 months ago)
- Language: Makefile
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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