Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
omnibus
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
What's new
5
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
gitlab-org
omnibus
Commits
f947f4ec
Unverified
Commit
f947f4ec
authored
2 years ago
by
Vikram Karve
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
updated numeric, moved new points higher up
Signed-off-by:
Vikram Karve
<
vikram.karve@progress.com
>
parent
d677958f
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
f947f4ec
...
...
@@ -279,6 +279,10 @@ However there are several caveats to be aware of:
1.
You will almost certainly want to uncomment the
`base_dir`
in
`omnibus.rb`
,
or at the very least change
`cache_dir`
and
`build_dir`
as otherwise it'll try
to use
`/var/cache/omnibus`
and
`/opt/$MY_PROJECT_NAME`
, requiring root.
1.
Update software dependencies listed in the project configuration in
`config/projects/$MY_PROJECT_NAME.rb`
.
You can refer the software
`.rb`
files present in the
`config/software`
folder.
1.
The
`install_dir`
specified in the project file typically requires
`root`
privilege at build time.
Change it another location such as
`"/tmp/#{name}"`
to avoid running as
`root`
.
1.
The default configuration created for you references a lot of things
that are in the default config that come from the
`omnibus-software`
gem.
So you want to use those you'll need to either uncomment it in the
`Gemfile`
,
...
...
@@ -293,10 +297,6 @@ you will need to have a post install step to create those binstubs.
1.
If you specify an override of the version of the
`ruby`
, you will also need
to override
`rubygems`
and
`bundler`
to match the versions in that version of
`ruby`
or you'll get failures around bundler version mismatches.
1.
Update software dependencies listed in the project configuration in
`config/projects/$MY_PROJECT_NAME.rb`
.
You can refer the software
`.rb`
files present in the
`config/software`
folder.
2.
The
`install_dir`
specified in the project file typically requires
`root`
privilege at build time.
Change it another location such as
`"/tmp/#{name}"`
to avoid running as
`root`
.
The build command above will of course build on your local host thus being
specific to the OS and base system you are on. But the skeleten setup by
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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