3 minutes taiga server
EnglishLinuxTutorials
Launch any serveur (here I use debian)
The objective is to run taiga into docker containers :
– database container with official postgres image
– taiga backend
– taiga front end
Install docker (cf Instructions here)
POSTGRES
Now postgres is running
/done
TAIGA BACKEND
export API_NAME=<ServerURLorIPAdress>
Reset and prepares DB stuff for Taiga :
Then start taiga
TAIGA FRONTEND
Admin user is : admin / 123123
Now connect and change your password !
CONFIGURATION
If you want to change some config files (language, ability to register…), just connect to your image :
Now install vi
Now look inside conf file :
For language, seek : LANGUAGE_CODE
You can change timezone too : TIME_ZONE = “CET”
If you need to change frontend config (default language, register page, …), just connect to your image :
Now look inside conf file :
and change whatever you need…
Leave a comment