tips:taiga

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:taiga [2017/04/21 09:16] – [Installation] scipiotips:taiga [2022/03/14 10:44] (current) – removed sscipioni
Line 1: Line 1:
-====== Taiga ====== 
- 
-===== Installation ===== 
- 
-  * https://taigaio.github.io/taiga-doc/dist/setup-production.html 
- 
-==== backend ==== 
- 
-<code bash> 
-sudo apt-get install -y build-essential binutils-doc autoconf flex bison libjpeg-dev 
-sudo apt-get install -y libfreetype6-dev zlib1g-dev libzmq3-dev libgdbm-dev libncurses5-dev 
-sudo apt-get install -y automake libtool libffi-dev curl git tmux gettext 
- 
-sudo apt-get install -y build-essential binutils-doc autoconf flex bison libjpeg-dev 
-sudo apt-get install -y libfreetype6-dev zlib1g-dev libzmq3-dev libgdbm-dev libncurses5-dev 
-sudo apt-get install -y automake libtool libffi-dev curl git tmux gettext 
- 
-# python 
-sudo apt-get install -y python3 python3-pip python-dev python3-dev python-pip virtualenvwrapper 
-sudo apt-get install -y libxml2-dev libxslt-dev 
- 
-# postgres 
-sudo apt-get install -y postgresql-9.5 postgresql-contrib-9.5 
-sudo apt-get install -y postgresql-doc-9.5 postgresql-server-dev-9.5 
-</code> 
- 
-taiga user 
-<code bash> 
-useradd -m taiga 
-su - taiga 
-virtualenv -p python3 lib 
-echo "source ~/lib/bin/activate" >> .bashrc 
-</code> 
- 
-taiga 
-<code bash> 
-cd ~ 
-git clone https://github.com/taigaio/taiga-back.git taiga-back 
-cd taiga-back 
-git checkout stable 
- 
-pip install -r requirements.txt 
-</code> 
  
  • tips/taiga.1492758990.txt.gz
  • Last modified: 2017/04/21 09:16
  • by scipio