Skip to content

Commit

Permalink
Merge pull request #1099 from chef/devsetup-instructions
Browse files Browse the repository at this point in the history
devsetup-instructions update
  • Loading branch information
kanad-progress authored Jan 13, 2023
2 parents f7386ad + f947f4e commit c66e97c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit c66e97c

Please sign in to comment.