Need help on how to Install Redmine 5 on CentOS 8
Added by Andrew H over 1 year ago
I have a list of steps I take to install Redmine 5 on CentOS 8 but I keep getting the error of this post as being spam.
The main issue I run into is in the ISSUE area below. Any ideas or updated procedures to do an install that I am trying to do?
Install Ruby Dependencies
cd ~/redmine
WARNING^^
gem install bundler
ISSUE:
sudo bundle install --without development test
WARNING ERROR: An error occurred while installing mysql2 (0.5.5), and Bundler cannot continue.
bundle exec rake generate_secret_token
RAILS_ENV=production bundle exec rake db:migrate
Replies (1)
RE: Need help on how to Install Redmine 5 on CentOS 8 - Added by Andrew H over 1 year ago
Added my procedure txt file that I have so far.
Thank you for any help.
Redmine5CentOS8_InstallProcedure.txt (4.33 KB) Redmine5CentOS8_InstallProcedure.txt | My process so far |