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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
1115caf8
Commit
1115caf8
authored
Oct 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
0a8f90a0
fb7922a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
README.md
README.md
+1
-1
doc/update/7.14-to-8.0.md
doc/update/7.14-to-8.0.md
+11
-2
No files found.
README.md
View file @
1115caf8
...
@@ -71,7 +71,7 @@ GitLab is a Ruby on Rails application that runs on the following software:
...
@@ -71,7 +71,7 @@ GitLab is a Ruby on Rails application that runs on the following software:
-
Ubuntu/Debian/CentOS/RHEL
-
Ubuntu/Debian/CentOS/RHEL
-
Ruby (MRI) 2.1
-
Ruby (MRI) 2.1
-
Git 1.7.10+
-
Git 1.7.10+
-
Redis 2.
0
+
-
Redis 2.
4
+
-
MySQL or PostgreSQL
-
MySQL or PostgreSQL
For more information please see the
[
architecture documentation
](
http://doc.gitlab.com/ce/development/architecture.html
)
.
For more information please see the
[
architecture documentation
](
http://doc.gitlab.com/ce/development/architecture.html
)
.
...
...
doc/update/7.14-to-8.0.md
View file @
1115caf8
...
@@ -175,12 +175,21 @@ Also note that because Apache does not support upstreams behind Unix sockets you
...
@@ -175,12 +175,21 @@ Also note that because Apache does not support upstreams behind Unix sockets you
Now, GitLab CE and EE has CI integrated. However, migrations don't happen automatically and you need to do it manually.
Now, GitLab CE and EE has CI integrated. However, migrations don't happen automatically and you need to do it manually.
Please follow the following guide
[
to migrate
](
../migrate_ci_to_ce/README.md
)
your GitLab CI instance to GitLab CE/EE.
Please follow the following guide
[
to migrate
](
../migrate_ci_to_ce/README.md
)
your GitLab CI instance to GitLab CE/EE.
### 10. Start application
### 10. Use Redis v2.4.0+
Previous versions of GitLab allowed Redis versions >= 2.0 to be used, but
Sidekiq jobs could fail due to lack of support for the SREM command. GitLab
8.
0 now checks that Redis >= 2.4.0 is used. You can check your Redis version
with the following command:
redis-cli info | grep redis_version
### 11. Start application
sudo service gitlab start
sudo service gitlab start
sudo service nginx restart
sudo service nginx restart
### 1
1
. Check application status
### 1
2
. Check application status
Check if GitLab and its environment are configured correctly:
Check if GitLab and its environment are configured correctly:
...
...
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