diff --git a/app/views/tutorials/analyzing.html.erb b/app/views/tutorials/analyzing.html.erb new file mode 100644 index 0000000..2d174b3 --- /dev/null +++ b/app/views/tutorials/analyzing.html.erb @@ -0,0 +1,88 @@ +

Tutorial

+

Analyzing a repository

+ +
+ +

Requisites

+ +In order to create a Project, you must: + + +
+ +

Steps

+ +
    +
  1. Project creation +
      +
    1. Click in "Project" on the upper menu
    2. +
    3. Click in "New Project" on the upper menu
    4. +
        +
      1. Fill in the form with a name that must be unique
      2. +
      3. Fill in the form with a description which is not required
      4. +
      5. Click in "Save" and you should be at the project page now, congratualitions!
      6. +
      +
    +
  2. Repository creation
  3. +
      +
    1. From the project page, click in "New Repository"
    2. +
    3. Fill in the form
    4. + +
    +
+ +
+ +

Repository page details

+ +The repository page is divided into four different sections: + +
    +
  1. Details
  2. + +
  3. Processing information
  4. + +
  5. Modules Tree
  6. + +
  7. Metric Results
  8. + +
\ No newline at end of file diff --git a/app/views/tutorials/project_customization.html.erb b/app/views/tutorials/project_customization.html.erb deleted file mode 100644 index e69de29..0000000 --- a/app/views/tutorials/project_customization.html.erb +++ /dev/null -- libgit2 0.21.2