mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 13:09:59 +00:00
Merge branch 'update-create-project-getting-started' into 'master'
Update Create Project Getting Started See merge request !13687
This commit is contained in:
@ -13,13 +13,17 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
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
|
||||||
|
clicking an **Import project from** button provided this is enabled in
|
||||||
|
your GitLab instance. Ask your administrator if not.
|
||||||
|
|
||||||
1. Provide the following information:
|
1. Provide the following information:
|
||||||
- Enter the name of your project in the **Project name** field. You can't use
|
- 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
|
special characters, but you can use spaces, hyphens, underscores or even
|
||||||
emoji.
|
emoji.
|
||||||
- If you have a project in a different repository, you can [import it] by
|
|
||||||
clicking an **Import project from** button provided this is enabled in
|
|
||||||
your GitLab instance. Ask your administrator if not.
|
|
||||||
- The **Project description (optional)** field enables you to enter a
|
- The **Project description (optional)** field enables you to enter a
|
||||||
description for your project's dashboard, which will help others
|
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
|
understand what your project is about. Though it's not required, it's a good
|
||||||
@ -29,12 +33,5 @@
|
|||||||
|
|
||||||
1. Click **Create project**.
|
1. Click **Create project**.
|
||||||
|
|
||||||
## From a template
|
|
||||||
|
|
||||||
To kickstart your development GitLab projects can be started from a template.
|
|
||||||
For example, one of the templates included is Ruby on Rails. When filling out the
|
|
||||||
form for new projects, click the 'Ruby on Rails' button. During project creation,
|
|
||||||
this will import a Ruby on Rails template with GitLab CI preconfigured.
|
|
||||||
|
|
||||||
[import it]: ../workflow/importing/README.md
|
[import it]: ../workflow/importing/README.md
|
||||||
[reserved]: ../user/reserved_names.md
|
[reserved]: ../user/reserved_names.md
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 81 KiB |
Reference in New Issue
Block a user