1. Clone Tuleap Sources

First things first, clone Tuleap sources.

You will need git:

$ sudo apt-get install git

After ensuring that git is installed, clone the Tuleap repository:

$ git clone https://tuleap.net/plugins/git/tuleap/tuleap/stable.git tuleap

Important

For the time being the folder you are cloning into must be named tuleap.

Note

In order to ease the setup, we are using an anonymous clone url. If you already have credentials on our gerrit server you can fetch the tuleap project. In any case, we will configure the gerrit server as a git remote later.