How to¶
Tuleap/grokmirror¶
There is a docker image to build a new mirror: https://github.com/Enalean/docker-grokmirror-tuleap
Build Tuleap RPM¶
RHEL5 + php 5.1 (depends on php* packages)
$ make -C tools/rpm clean rpmprep rpm
RHEL5 + php 53 (depends on php53* packages)
$ make -C tools/rpm PHP_BASE=php53 clean rpmprep rpm
RHEL6 (hence php53) (depends on php* packages)
$ make -C tools/rpm OS=rhel6 clean rpmprep rpm
Pimp your Tuleap under development¶
When your are hacking Tuleap localized on your own server or virtual machine, you often have tuleap.net open in another tab in order to have access to bug and requirement tracker.
So we recommend you to define for your own Tuleap a new favicon. With that, tuleap.net and your Tuleap Will not have the same layout in your browser tabs anymore.
To do this, add your custom favicon with:
mkdir -p /etc/codendi/themes/common/images/ cp favicon.ico /etc/codendi/themes/common/images/