The leftmost column is a project that all administrators can configure. Let's look at it a piece.
This part should pay attention to the two parts of e-mail and SSH. The mail server needs to be configured because the version control tool we use is git, so we need to upload here the private key created for review Board user. (Note that this is not the public key that needs to be uploaded, it is the private key.) )
This section needs to set up groups and users. The most natural grouping method is to divide by project, and members of the same project group can do code review with each other. * First execute the git clone URL in the/var/www/git directory and then fill in path The repositories setting is also critical, and we're using git, so we need to create a git clone on the server and fill in the location as shown. In particular, it is important to note that the synchronization of clone and Git server on Reviewboard server must be resolved by the user himself.
3. Review Board administrator uses Ubuntu14.04