Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #8036 Install Tuleap on centos 7
    Infos
    #8036
    Manuel Vacelet (vaceletm)
    2019-02-27 14:34
    2015-04-27 18:05
    8057
    Details
    Install Tuleap on centos 7

    The purpose of this artifact is to gather all updates needed to make Tuleap work on Centos7

    perl-suidperl

    Impact: HIGH

    All "perl wrappers" should be replaced by sudo equivalent:

    • plugins/forumml/bin/mail_2_DB.pl
    • plugins/git/bin/git-post-receive.pl
    • plugins/git/bin/gl-membership.pl
    • src/utils/receive-email
    • src/utils/fileforge.pl

    Services impacted:

    • FRS: ftp upload doesn work
    • Git: push doesn't work
    • Trackers: cannot reply by email
    • ForumML: cannot add email in archives (ie. doesn't work at all)
    Installation process
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2019-02-27
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar

    For git, the solution is to use built-in git http access (true by default for all new tuleap instances)

    For SVN (or other stuff) I think we should leverage on Tuleap LDAP provider (that would solve the issue with libnss-mysql/nscd as well, I don't know how it's maintained but it's a pill of crap on centos6). But that would mean using pam-ldap or sth like that for all "shell" access:

    • ftp
    • secure_ftp
    • ssh/scp
    • csv (oh god!)
    • svn

     

    User avatar
    Thomas Gerbet (tgerbet)2015-04-29 12:06

    mod_auth_mysql is deprecated

    Impact: High

    mod_auth_mysql is not maintened since 2005 and is dropped by RedHat with CentOS 7.

    Services impacted:

    • SVN: Authentification does not work
    • Git: HTTP authentification does not work