forked from opensearch-project/documentation-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added troubleshooting instructions for environment set up
Signed-off-by: Guian Gumpac <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,13 @@ Follow these steps to set up your local copy of the repository: | |
bundle install | ||
``` | ||
|
||
#### Troubleshooting | ||
- Error when running `rvm install 3.2`: `Error running '__rvm_make -j10'` | ||
- Resolve by running `rvm install 3.2.0 -C --with-openssl-dir=/opt/homebrew/opt/[email protected] instead of rvm install 3.2` | ||
- Error when running `bundle install`: `An error occurred while installing posix-spawn (0.3.15), and Bundler cannot continue.` | ||
- Resolve by running `gem install posix-spawn -v 0.3.15 -- --with-cflags=\"-Wno-incompatible-function-pointer-types\"` before running `bundle install` | ||
|
||
|
||
#### Making, viewing, and submitting changes | ||
|
||
Here's how to build the website, make changes, and view them locally: | ||
|