How to install Taiga in 3 minutes ))

I made the instructions: how to install Taiga in 3 minutes.
I suggest you check and tell me your impressions.

3 Likes

Thanks for your contribution! :tada:

1 Like

Here you will find the instructions for installing Penpot in 3 minutes))

1 Like

I’m looking forward to TaigaNEXT :smiling_face_with_three_hearts:

Thanks! Works like a charm. I just needed to copy docker-compose-inits.yml into the directory.

1 Like

I added docker-compose-inits.yml into the directory.
I’m glad that everything worked out for you :smiling_face_with_three_hearts:

When I studied the local installation manual, I spent a whole week and my results were very limited. It took me a few more weeks to explore all possible options for other applications in order to find the most convenient, fastest and most comfortable way to install this application. :hugs:

Thank you very much for this. it’s super cool and i did get it spun up and i can see the page. However, when i try to create the superuser i get “./taiga-manage.sh: command not found”

any suggestions would be appreciated as i can’t seem to find anything anywhere else in the forum that matches this exactly.

Try it this way. It looks like I forgot to add a command so that the script could run. On github, I have already written this line in the instructions. As soon as you try, write about the result.
So that the script can run, we make it executable


chmod +x taiga-manage.sh

Then we create a user


./taiga-manage.sh createsuperuser

1 Like

I was able to get users created which is AWESOME. I have another question regarding the version here and functionality.

I saw that variables and functions such as “Login with Gitlab” are missing on this version. is this just because the file was simplified or is it completely stripped out of this version of Taiga?

For additional customization, read this documentation:

https://docs.taiga.io/setup-production.html#setup-prod-with-docker

1.5. Additional customization

Gitlab OAuth login

All these customization options are by default disabled and require you to edit docker-compose.yml.

You should add the corresponding environment variables in the proper services (or in &default-back-environment group) with a valid value in order to enable them. Please, do not modify it unless you know what you’re doing.