Projektmanagement Tools für IT Projekte

Hallo liebe Gemeinde,

in der heutigen IT-Welt ändert sich die Vorgehensweise bei IT-Projekten tagtäglich. Um den Überblick über Vorgehensweisen bei IT-Projekten zu behalten, würde ich euch nützliche und hilfreiche Software vorstellen:

Asana: Ein Projekt kann schnell viele Personen involvieren und Aufgaben können unübersichtlich werden. Mit Asana kannst Du ganz schnell und in wenigen Schritten Teams gründen und Projekte erstellen. Du kannst einzelne Mitglieder oder ganze Teams in Projekte einbinden.

Composer installieren:

  • curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

     
  • composer config repositories.drupal composer https://packages.drupal.org/8

     

Drupal Module installieren(Ausführen in Site-Root Verzeichnis, zB /home/my_website/public_html):

  • composer require "drupal/entity_print 2.x"

Folgenden Fehler bekomme ich bei Drupal Views:

Error message Display "Entity Reference" needs a selected search fields to work properly. See the settings for the Entity Reference list format.

 

Was sollte ich anders machen?

Suche

Neueste Kommentare

  • 4 days ago
    CPU benchmarking with sysbench (single-threaded/all cores)

     

    # sysbench --threads="$(nproc)" cpu run

  • 4 days ago
    CPU benchmarking with sysbench (single-threaded/all cores)

    # sysbench --threads="$(nproc)" cpu run

  • 4 days ago
    Linux Autovervollständigung - bash autocomplete
    source ~/.bashrc

    Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.

    Welche Alternative gibt es?

  • 4 days ago
    PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)

    ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php

  • 1 week 1 day ago
    Drush Update failed (require php >=8.2)

    In composer.json, update: 

     

  • 1 week 1 day ago
    Drupal: Anmeldung fehlgeschlagen Es hat mehr als 5 fehlerhafte Anmeldeversuche für dieses Benutzerkonto gegeben. Es ist vorübergehend gesperrt.
    drush sqlq "DELETE FROM flood"
  • 1 week 1 day ago
    Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?
  • 1 week 1 day ago
    Failed to authenticate on SMTP server with username gmail.com using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535",

    Type    symfony_mailer
    Date    Mo, 28. 08 2024 - 10:14
    User    admin

  • 2 weeks 6 days ago
    Failed to authenticate on SMTP server with username gmail.com using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535",

    Update two fields (blob) in Table "config"!

    Search 'name': 

    1. smtp.settings 
    2. symfony_mailer.mailer_transport.smtp

     

     

  • 1 month ago
    The following embed button(s) are not using SVG icons and will not be compatible with CKEditor5

    Admin:

    • /admin/config/content/embed/button/manage/media
    • /admin/config/content/embed

     

    Convert PNG to SVG & Upload!