Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/taiga-debian-package
https://github.com/matachi/taiga-debian-package
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matachi/taiga-debian-package
- Owner: matachi
- Created: 2015-12-01T08:13:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T14:29:30.000Z (almost 9 years ago)
- Last Synced: 2023-03-14T14:05:22.857Z (over 1 year 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 debhelperCheck 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:8000Rebuild package without cleaning::
$ dpkg-buildpackage -b -nc