summaryrefslogtreecommitdiff
path: root/doc/user/gitlab-basics/create-project.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-06-21 13:28:50 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-06-21 13:28:50 +0200
commit24ad2f4f0d9e8ebfd8133a572f29e52b74cd7dd5 (patch)
tree056c6dc55069e322db64875a1d16a65293a10ed8 /doc/user/gitlab-basics/create-project.md
parent0d287b06a6fa7a373df03378f9f1a048e5890a4f (diff)
downloadgitlab-ce-documentation_restructure.tar.gz
Restructure documentationdocumentation_restructure
The big plan in motion, see https://gitlab.com/gitlab-org/gitlab-ce/issues/3349
Diffstat (limited to 'doc/user/gitlab-basics/create-project.md')
-rw-r--r--doc/user/gitlab-basics/create-project.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/user/gitlab-basics/create-project.md b/doc/user/gitlab-basics/create-project.md
new file mode 100644
index 00000000000..f737dffc024
--- /dev/null
+++ b/doc/user/gitlab-basics/create-project.md
@@ -0,0 +1,21 @@
+# How to create a project in GitLab
+
+To create a new project, sign in to GitLab.
+
+Go to your Dashboard and click on "new project" on the right side of your screen.
+
+![Create a project](basicsimages/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://docs.gitlab.com/ce/workflow/importing/README.html)
+
+1. Click on "create project"
+
+!![Project information](basicsimages/project_info.png)