Skip to content

Commit

Permalink
Fixes #436 - Changed ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Feb 29, 2024
1 parent 7153099 commit 4605fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/source/include-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Set rails environment specific things
$ echo "export RAILS_ENV=production" >> /opt/zammad/.bashrc
$ echo "export RAILS_SERVE_STATIC_FILES=true" >> /opt/zammad/.bashrc
$ echo "rvm --default use 3.1.3" >> /opt/zammad/.bashrc
$ echo "rvm --default use 3.2.3" >> /opt/zammad/.bashrc
# Debian, CentOS & OpenSuSE
$ echo "source /usr/local/rvm/scripts/rvm" >> /opt/zammad/.bashrc
Expand Down
6 changes: 3 additions & 3 deletions install/source/include-rvm-install-ruby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Add zammad user to RVM group
$ usermod -a -G rvm zammad
# Install Ruby 3.1.3
# Install Ruby 3.2.3
$ su - zammad
$ rvm install ruby-3.1.3
$ rvm install ruby-3.2.3
# Install bundler, rake and rails
$ rvm use ruby-3.1.3
$ rvm use ruby-3.2.3
$ gem install bundler rake rails

0 comments on commit 4605fd9

Please sign in to comment.