Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
084f55a1
Commit
084f55a1
authored
3 years ago
by
Anton Smith
Browse files
Options
Downloads
Patches
Plain Diff
Add link to JiHu install docs
parent
cf2c460f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!51
Validate shift of Heptapod 0.25 to oldstable series
,
!41
GitLab 13.12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/jihu_edition.md
+2
-47
2 additions, 47 deletions
doc/jihu_edition.md
with
2 additions
and
47 deletions
doc/jihu_edition.md
+
2
−
47
View file @
084f55a1
...
...
@@ -24,25 +24,6 @@
Once you have contracted with JiHu, a JiHu representative will contact you to supply you with a license
that you can use as part of the installation process.
## Available JiHu Edition (JH) packages
The deb/rpm packages are hosted in Amazon S3:
| OS | URL |
| Ubuntu 20.04 |
<https://omnibus.gitlab.cn/ubuntu/focal/gitlab-jh_13.10.0-jh.0_amd64.deb>
|
| Ubuntu 18.04 |
<https://omnibus.gitlab.cn/ubuntu/bionic/gitlab-jh_13.10.0-jh.0_amd64.deb>
|
| Ubuntu 16.04 |
<https://omnibus.gitlab.cn/ubuntu/xenial/gitlab-jh_13.10.0-jh.0_amd64.deb>
|
| Debian 10 |
<https://omnibus.gitlab.cn/debian/buster/gitlab-jh_13.10.0-jh.0_amd64.deb>
|
| Debian 9 |
<https://omnibus.gitlab.cn/debian/stretch/gitlab-jh_13.10.0-jh.0_amd64.deb>
|
| CentOS 8 |
<https://omnibus.gitlab.cn/el/8/gitlab-jh-13.10.0-jh.0.el8.x86_64.rpm>
|
| CentOS 7 |
<https://omnibus.gitlab.cn/el/7/gitlab-jh-13.10.0-jh.0.el7.x86_64.rpm>
|
The Docker image is
[
hosted on GitLab.com
](
https://gitlab.com/gitlab-jh/omnibus-gitlab/container_registry/1772325
)
:
```
shell
registry.gitlab.com/gitlab-jh/omnibus-gitlab/gitlab-jh:13.10.0
```
## Install or update a JiHu Edition package
NOTE:
...
...
@@ -51,34 +32,8 @@
automatically configures and starts GitLab at that URL. Enabling HTTPS requires
[
additional configuration
](
settings/nginx.md#enable-https
)
to specify the certificates.
To install or update the JiHu Edition package, use one of the following methods
based on your distribution. Replace
`<url>`
with the URL of the
[
package
](
#available-jihu-edition-jh-packages
)
you download:
**For Debian/Ubuntu**
```
shell
curl
--output
gitlab-jh.deb <url>
sudo
dpkg
-i
gitlab-jh.deb
```
**For CentOS/RHEL**
```
shell
curl
--output
gitlab-jh.rpm <url>
sudo
rpm
-Uvh
gitlab-jh.rpm
```
**For Docker**
Follow the
[
Docker installation guide
](
docker/README.md
)
and replace
`gitlab/gitlab-ee:latest`
with the following:
```
shell
registry.gitlab.com/gitlab-jh/omnibus-gitlab/gitlab-jh:<version>
```
You can find the version in the
[
Container Registry
](
https://gitlab.com/gitlab-jh/omnibus-gitlab/container_registry/1772325
)
.
Please refer to the
[
GitLab Jihu Edition Install
](
https://about.gitlab.cn/install/
)
page
for more details on installing or updating a JiHu Edition package.
### Set initial password and apply license
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment