fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

Add missing development libraries per latest setup documentation #11

Closed mablanco closed 6 years ago

mablanco commented 6 years ago

Needed for building several Python modules

fghaas commented 6 years ago

Are you actually being bitten by this? (I mean are you sure these libraries are actually necessary?) I ask because I just deployed a fresh Taiga install to a pristine Ubuntu system and didn't need any extra libraries to get it to work.

mablanco commented 6 years ago

Those packages are mentioned in the setup documentation (https://taigaio.github.io/taiga-doc/dist/setup-production.html#_prerequisites) and in fact the task fails if they're not installed in my system. I'm using Debian 9, though.