You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By executing RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install at mastodon source root directory, It will read from .ruby-version and Install proper version for mastodon.
No need to Install ruby before checking out source.
Pros]
No need to update document every time ruby version is updated(since It will read from .ruby-version)
If someone decided to use fork instead of mastodon, they no longer install outdated version if fork uses newer ruby version than mastodon.
Cons]
Nothing so far(ruby not needed at setting up db part)
The text was updated successfully, but these errors were encountered:
Lastorder-DC
changed the title
Install ruby before "Installing the last dependencies"
Install ruby right before "Installing the last dependencies"
Aug 27, 2024
By executing
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install
at mastodon source root directory, It will read from.ruby-version
and Install proper version for mastodon.No need to Install ruby before checking out source.
Pros]
.ruby-version
)Cons]
The text was updated successfully, but these errors were encountered: