{% extends "cacsremoteservice/views/layouts/project-view.html" %} {% block scripts %} {% endblock scripts %} {% block main %}

New Project

Start by providing access to the Git repositories you want to analyze. You can either specify Git remotes, scan a server directory for repositories or clone an existing project.

Clone and analyse Git Repositories

Clone remote Git repositories
Using this option, CodeScene will pull the latest change from your Git remotes during each analysis. You can specify any number of repositories in a CodeScene project.
Specify Git Remotes

Analyse local Git repositories on your hard drive

Scan a local directory for Git repositories
This option is typically used when evaluating CodeScene locally on a laptop. Note: the Git repositories you want to analyse have to be on the same machine/server as the CodeScene application. {% if installation-type.docker? %} When running in Docker, the path is local to the container. {% endif %}
Scan Directory

Reuse an existing CodeScene project configuration

Import a project configuration
Import a previously exported CodeScene project configuration from file.
Import Configuration
Clone an existing project
Clone an existing CodeScene project configuration. Useful for analysing a project with different meters.
Clone a project
{% endblock %}