From 23ba7c2024dbce600dbafafd8e648a21188e2fc1 Mon Sep 17 00:00:00 2001 From: karen Carias Date: Wed, 1 Jul 2015 20:23:31 -0700 Subject: new document about creating a project --- doc/gitlab-basics/create-project.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/gitlab-basics/create-project.md (limited to 'doc/gitlab-basics/create-project.md') diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md new file mode 100644 index 00000000000..0a7d1dc3b93 --- /dev/null +++ b/doc/gitlab-basics/create-project.md @@ -0,0 +1,23 @@ +# How to create a project in GitLab + +## Create a project + +* Sign in to [GitLab.com](https://gitlab.com) + +* Go to your Dashboard and click on "new project" on the right side of your screen + +![Create a project](simple_guide_images/new_project.png) + +* Fill out the required information + +1. Project path or the name of your project (you can't add spaces, so you can use hyphens or underscores) + +1. Your project's description + +1. Select a [visibility level](https://gitlab.com/help/public_access/public_access) + +1. You can also [import your existing projects](http://doc.gitlab.com/ce/workflow/importing/README.html) + +1. Click on "create project" + +!![Project information](simple_guide_images/project_info.png) -- cgit v1.2.1