---
layout: tutorial
order: 03
title: tutorials.create_repo.title
paginator_title: tutorials.create_repo.overview.title
paginator_summary: tutorials.create_repo.overview.summary
---
{% assign misc_strings = site.data.tutorials.misc %}
{% assign strings = site.data.tutorials.create_repo %}
{% assign fmt_number = '{{ number }}' %}
{% assign fmt_description = '{{ description }}' %}
{{ strings.intro }}
{{ misc_strings.step_x_description | replace: fmt_number, '1' | replace: fmt_description, strings.download_and_install.title }}
-
{{ misc_strings.step_x | replace: fmt_number, '1' }}
{{ strings.download_and_install.steps.step_1 }}
-
{{ misc_strings.step_x | replace: fmt_number, '2' }}
{{ strings.download_and_install.steps.step_2 }}
-
{{ misc_strings.step_x | replace: fmt_number, '3' }}
{{ strings.download_and_install.steps.step_3 }}
-
{{ misc_strings.step_x | replace: fmt_number, '4' }}
{{ strings.download_and_install.steps.step_4 }}
-
{{ misc_strings.step_x | replace: fmt_number, '5' }}
{{ strings.download_and_install.steps.step_5 }}
-
{{ misc_strings.step_x | replace: fmt_number, '6' }}
{{ strings.download_and_install.steps.step_6 }}
{{ misc_strings.step_x_description | replace: fmt_number, '2' | replace: fmt_description, strings.customize_repo.title }}
{{ strings.customize_repo.description }}
-
{{ misc_strings.step_x | replace: fmt_number, '1' }}
{{ strings.customize_repo.steps.step_1 }}
-
{{ misc_strings.step_x | replace: fmt_number, '2' }}
{{ strings.customize_repo.steps.step_2 }}
-
{{ misc_strings.step_x | replace: fmt_number, '3' }}
{{ strings.customize_repo.steps.step_3 }}
-
{{ misc_strings.step_x | replace: fmt_number, '4' }}
{{ strings.customize_repo.steps.step_4 }}
{{ misc_strings.step_x_description | replace: fmt_number, '3' | replace: fmt_description, strings.share_repo.title }}
-
{{ misc_strings.step_x | replace: fmt_number, '1' }}
{{ strings.share_repo.steps.step_1 }}
-
{{ misc_strings.step_x | replace: fmt_number, '2' }}
{{ strings.share_repo.steps.step_2 }}
-
{{ misc_strings.step_x | replace: fmt_number, '3' }}
{{ strings.share_repo.steps.step_3 }}
-
{{ misc_strings.step_x | replace: fmt_number, '4' }}
{{ strings.share_repo.steps.step_4 }}
-
{{ misc_strings.step_x | replace: fmt_number, '5' }}
{{ strings.share_repo.steps.step_5 }}
{{ misc_strings.step_x_description | replace: fmt_number, '4' | replace: fmt_description, strings.update_repo.title }}
-
{{ misc_strings.step_x | replace: fmt_number, '1' }}
{{ strings.update_repo.steps.step_1 }}
-
{{ misc_strings.step_x | replace: fmt_number, '2' }}
{{ strings.update_repo.steps.step_2 }}
-
{{ misc_strings.step_x | replace: fmt_number, '3' }}
{{ strings.update_repo.steps.step_3 }}
-
{{ misc_strings.step_x | replace: fmt_number, '4' }}
{{ strings.update_repo.steps.step_4 }}
-
{{ misc_strings.step_x | replace: fmt_number, '5' }}
{{ strings.update_repo.steps.step_5 }}
{{ strings.related_tutorial }}