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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
541d08b8
Commit
541d08b8
authored
Sep 21, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be consistent about "only required for manual install" notes
parent
96fd2555
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
doc/migrate_ci_to_ce/README.md
doc/migrate_ci_to_ce/README.md
+8
-5
No files found.
doc/migrate_ci_to_ce/README.md
View file @
541d08b8
...
@@ -77,7 +77,10 @@ database configuration files:
...
@@ -77,7 +77,10 @@ database configuration files:
# Omnibus installation
# Omnibus installation
sudo gitlab-ci-rake backup:create MYSQL_TO_POSTGRESQL=1
sudo gitlab-ci-rake backup:create MYSQL_TO_POSTGRESQL=1
#### 3. Remove cronjob (manual installation)
#### 3. Remove cronjob
**Note:**
This step is only required for
**manual installations**
. Omnibus users
can
[
skip to the next step
](
#part-ii-gitlab-ce-or-ee
)
.
# Manual installation
# Manual installation
cd /home/gitlab_ci/gitlab-ci
cd /home/gitlab_ci/gitlab-ci
...
@@ -162,8 +165,8 @@ The `secrets.yml` file stores encryption keys for secure variables.
...
@@ -162,8 +165,8 @@ The `secrets.yml` file stores encryption keys for secure variables.
#### 6. New configuration options for `gitlab.yml`
#### 6. New configuration options for `gitlab.yml`
**Note:**
This step is only required for
manual installations. Omnibu
s
**Note:**
This step is only required for
**manual installations**
. Omnibus user
s
installations
can
[
skip to the next step
](
#7-copy-backup-from-gitlab-ci
)
.
can
[
skip to the next step
](
#7-copy-backup-from-gitlab-ci
)
.
There are new configuration options available for
`gitlab.yml`
. View them with
There are new configuration options available for
`gitlab.yml`
. View them with
the command below and apply them manually to your current
`gitlab.yml`
:
the command below and apply them manually to your current
`gitlab.yml`
:
...
@@ -223,8 +226,8 @@ You can start GitLab CE (or EE) now and see if everything is working:
...
@@ -223,8 +226,8 @@ You can start GitLab CE (or EE) now and see if everything is working:
### Part III: Nginx configuration
### Part III: Nginx configuration
This
part is only required for
**Manual installations**
. Omnibus users can
[
skip
This
section is only required for
**manual installations**
. Omnibus users can
to the final step
](
#part-iv-finishing-up
)
.
[
skip
to the final step
](
#part-iv-finishing-up
)
.
#### 1. Update Nginx configuration
#### 1. Update Nginx configuration
...
...
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