Scripts for initial deploy of taiga services.
It installs:
- taiga-back version 1.1.0
- taiga-front version 1.1.1
WARNING: that scripts are in aplha state
http://taigaio.github.io/taiga-doc/dist/setup-alternatives.html#setup-taiga-scripts
Initialize PostgreSQL
initdb --locale en_US.UTF-8 -E UTF8 -D '/var/lib/postgres/data'
Start postgresql:
sudo systemctl enable postgresql && sudo systemctl start postgresql
and maybe read this Arch Linux - PostgreSQL
Taiga has a mailing list. Feel free to join it and ask any questions you may have.
To subscribe for announcements of releases, important changes and so on, please follow @taigaio on Twitter.