Code Monkey home page Code Monkey logo

wsp-digital-taiga-docker's Introduction

Example Taiga Setup

This repo contains several example configurations for setting up Taiga using docker-taiga.

Simple Example

If you want a very simple example, simply pull the docker-compose.yml file from here: https://github.com/benhutchins/docker-taiga/tree/master/docker-compose.yml

Customized Example (Adds Slack & LDAP support)

For a slightly more customized setup, this directory provides an example of how to extend docker-taiga and add taiga-contrib-slack and taiga-contrib-ldap-auth LDAP plugins.

To use this example, as-is, simply clone this repo and startup Docker:

git clone https://github.com/benhutchins/docker-taiga-example.git mytaiga
cd mytaiga/

# Optional, but likely desired, update your configuration now
vi docker-compose.yml # Be sure to update the TAIGA_HOSTNAME
vi taiga-conf/conf.json
vi taiga-conf/local.py

# Startup docker containers
docker-compose  up -d

# Wait ~30 seconds. The taiga container will initialize your postgres database.

# Now open your web browser:
open http://localhost/

How to enable the LDAP plugin

To enable LDAP as well:

  1. Uncomment the relevant lines from the Dockerfile and taiga-conf/local.py

  2. Add this to your taiga-conf/conf.json file:

    "loginFormType": "ldap",

How to enable taiga-events

To enable taiga-events:

  1. Uncomment relevant lines from docker-compose.yml
  2. Update to eventsUrl inside the taiga-conf/conf.json file

wsp-digital-taiga-docker's People

Contributors

penify-dev[bot] avatar

Watchers

Robert Bongart (MSc MSc MA) avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.