gitlab-org--gitlab-foss/doc/gitlab-basics/create-project.md

38 lines
1.6 KiB
Markdown
Raw Normal View History

2015-07-02 03:23:31 +00:00
# How to create a project in GitLab
2017-08-16 08:05:44 +00:00
>**Notes:**
- For a list of words that are not allowed to be used as project names see the
[reserved names][reserved].
2017-05-02 10:19:48 +00:00
1. In your dashboard, click the green **New project** button or use the plus
icon in the upper right corner of the navigation bar.
2015-07-02 03:23:31 +00:00
![Create a project](img/create_new_project_button.png)
2015-07-02 03:23:31 +00:00
2017-05-02 10:19:48 +00:00
1. This opens the **New project** page.
2015-07-02 03:23:31 +00:00
![Project information](img/create_new_project_info.png)
2015-07-02 03:23:31 +00:00
2017-08-20 20:43:34 +00:00
1. Choose if you want start a blank project, or with one of the predefined
[Project Templates](https://gitlab.com/gitlab-org/project-templates):
this will kickstart your repository code and CI automatically.
Otherwise, if you have a project in a different repository, you can [import it] by
2017-10-16 15:48:07 +00:00
clicking on the **Import project** tab, provided this is enabled in
2017-08-20 20:43:34 +00:00
your GitLab instance. Ask your administrator if not.
2017-05-02 10:19:48 +00:00
1. Provide the following information:
- Enter the name of your project in the **Project name** field. You can't use
special characters, but you can use spaces, hyphens, underscores or even
emoji.
- The **Project description (optional)** field enables you to enter a
description for your project's dashboard, which will help others
understand what your project is about. Though it's not required, it's a good
idea to fill this in.
- Changing the **Visibility Level** modifies the project's
[viewing and access rights](../public_access/public_access.md) for users.
1. Click **Create project**.
[import it]: ../workflow/importing/README.md
2017-08-16 08:05:44 +00:00
[reserved]: ../user/reserved_names.md