Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d0f045eb
Commit
d0f045eb
authored
Feb 13, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'improve_doc' into 'master'
Gitlab.com importer: Doc && screenshots See merge request !1520
parents
f91767db
78124d97
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
0 deletions
+20
-0
doc/integration/omniauth.md
doc/integration/omniauth.md
+1
-0
doc/workflow/README.md
doc/workflow/README.md
+1
-0
doc/workflow/gitlab_importer/importer.png
doc/workflow/gitlab_importer/importer.png
+0
-0
doc/workflow/gitlab_importer/new_project_page.png
doc/workflow/gitlab_importer/new_project_page.png
+0
-0
doc/workflow/import_projects_from_gitlab_com.md
doc/workflow/import_projects_from_gitlab_com.md
+18
-0
No files found.
doc/integration/omniauth.md
View file @
d0f045eb
...
...
@@ -76,6 +76,7 @@ Before configuring individual OmniAuth providers there are a few global settings
## Supported Providers
-
[
GitHub
](
github.md
)
-
[
GitLab
](
gitlab.md
)
-
[
Google
](
google.md
)
-
[
Shibboleth
](
shibboleth.md
)
-
[
Twitter
](
twitter.md
)
...
...
doc/workflow/README.md
View file @
d0f045eb
...
...
@@ -9,5 +9,6 @@
-
[
Notifications
](
notifications.md
)
-
[
Migrating from SVN to GitLab
](
migrating_from_svn.md
)
-
[
Project importing from GitHub to GitLab
](
import_projects_from_github.md
)
-
[
Project importing from GitLab.com to your private GitLab instance
](
import_projects_from_gitlab_com.md
)
-
[
Protected branches
](
protected_branches.md
)
-
[
Web Editor
](
web_editor.md
)
doc/workflow/gitlab_importer/importer.png
0 → 100644
View file @
d0f045eb
39.8 KB
doc/workflow/gitlab_importer/new_project_page.png
0 → 100644
View file @
d0f045eb
71 KB
doc/workflow/import_projects_from_gitlab_com.md
0 → 100644
View file @
d0f045eb
# Project importing from GitLab.com to your private GitLab instance
You can import your existing GitLab.com projects to your GitLab instance. But keep in mind that it is possible only if
GitLab support is enabled on your GitLab instance.
You can read more about Gitlab support
[
here
](
http://doc.gitlab.com/ce/integration/gitlab.html
)
To get to the importer page you need to go to "New project" page.
![
New project page
](
gitlab_importer/new_project_page.png
)
Click on the "Import projects from Gitlab.com" link and you will be redirected to GitLab.com
for permission to access your projects. After accepting, you'll be automatically redirected to the importer.
![
Importer page
](
gitlab_importer/importer.png
)
To import a project, you can simple click "Import". The importer will import your repository and issues.
Once the importer is done, a new GitLab project will be created with your imported data.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment