Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Installing ruby for Apple silicon missing #8614

Closed
1 of 4 tasks
brianf-aws opened this issue Oct 23, 2024 · 3 comments
Closed
1 of 4 tasks

[DOC] Installing ruby for Apple silicon missing #8614

brianf-aws opened this issue Oct 23, 2024 · 3 comments

Comments

@brianf-aws
Copy link
Contributor

brianf-aws commented Oct 23, 2024

Add small lines for installing apple silicon, This blog post helped but I want to write it formally here to avoid any friction for future developers. I propose to change the installation step for ruby

```
curl -sSL https://get.rvm.io | bash -s stable
rvm install 3.2.4
ruby -v
```

to

For Non-Apple Silicon machines:

curl -sSL https://get.rvm.io | bash -s stable
rvm install 3.2.4
ruby -v

For Apple Silicon machines. Source: Installing Ruby on Apple Silicon by Emmanuel Bernard

### Assuming brew is installed
curl -sSL https://get.rvm.io | bash -s stable
rvm install 3.2.4 --with-openssl-dir=$(brew --prefix [email protected])
ruby -v
  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Currently the documentation for getting started as shown in the contributing doc does not show a option for instaling ruby on Apple silicon machines
*Version: all.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

brianf-aws added a commit to brianf-aws/documentation-website that referenced this issue Oct 23, 2024
@Naarcha-AWS
Copy link
Collaborator

@brianf-aws: Do you want to open a PR for this one?

@brianf-aws
Copy link
Contributor Author

brianf-aws commented Oct 24, 2024

I realize now I did this in a weird order haha. I will close this and make a PR correctly

@brianf-aws
Copy link
Contributor Author

Closing this now I have this PR ready #8618

Naarcha-AWS added a commit that referenced this issue Nov 8, 2024
* Adds documentation for installing ruby for apple silicon fixes #8614

Signed-off-by: Brian Flores <[email protected]>

* shrinked header size

Signed-off-by: Brian Flores <[email protected]>

* Update CONTRIBUTING.md

Change header to bold for non-apple silicon.

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Brian Flores <[email protected]>

* Update CONTRIBUTING.md

change header for bold for apple silicon

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Brian Flores <[email protected]>

* Added place holder for openSSL version for users choice

This commit adds more information of where a user can look to see what openSSL versions they can use to install. this way we wont need to update both the SSL version and ruby version if it changes.

Signed-off-by: Brian Flores <[email protected]>

* ruby -> Ruby

Signed-off-by: Brian Flores <[email protected]>

* Update CONTRIBUTING.md

Signed-off-by: Brian Flores <[email protected]>

* Fixed typo

Signed-off-by: Brian Flores <[email protected]>

* Move silicon command to new troubleshooting section.

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Brian Flores <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
epugh pushed a commit to o19s/documentation-website that referenced this issue Nov 23, 2024
)

* Adds documentation for installing ruby for apple silicon fixes opensearch-project#8614

Signed-off-by: Brian Flores <[email protected]>

* shrinked header size

Signed-off-by: Brian Flores <[email protected]>

* Update CONTRIBUTING.md

Change header to bold for non-apple silicon.

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Brian Flores <[email protected]>

* Update CONTRIBUTING.md

change header for bold for apple silicon

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Brian Flores <[email protected]>

* Added place holder for openSSL version for users choice

This commit adds more information of where a user can look to see what openSSL versions they can use to install. this way we wont need to update both the SSL version and ruby version if it changes.

Signed-off-by: Brian Flores <[email protected]>

* ruby -> Ruby

Signed-off-by: Brian Flores <[email protected]>

* Update CONTRIBUTING.md

Signed-off-by: Brian Flores <[email protected]>

* Fixed typo

Signed-off-by: Brian Flores <[email protected]>

* Move silicon command to new troubleshooting section.

Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Brian Flores <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Eric Pugh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants