- created new virtual server in Virtualmin "redmine.daco"
-- webroot: /home/redmine/public_html/public
sudo yum -y update
sudo yum -y install ruby
https://tecadmin.net/install-ruby-latest-stable-centos/
sudo yum -y install gcc mysql-devel ruby-devel rubygems
sudo yum -y install svn git
sudo yum -y install ImageMagick
cd /home/redmine/public_html/public
wget http://www.redmine.org/releases/redmine-4.0.4.tar.gz
tar xzfv redmine-4.0.4.tar.gz
edit DB:
nano config/database.yml
gem install bundler --version '1.17.3'
sudo yum -y install ImageMagick-devel
bundle install
bundle exec rake generate_secret_token
RAILS_ENV=production bundle exec rake db:migrate
bundle exec rails server webrick -e production
gem install passenger
passenger-install-apache2-module
yum install libcurl-devel httpd-devel apr-devel apr-util-devel
passenger-install-apache2-module
insert into http.conf some directives from install result
then finish install
then restart apache
and voila - redmine is working
fix chown permissions
su redmine
touch tmp/restart.txt
bundle install --without development test --no-deployment
bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production
bundle install --without development test --no-deployment
bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
bundle install --without development test --no-deployment
bundle exec rake redmine:plugins NAME=redmineup_tags RAILS_ENV=production
touch tmp/restart.txt
https://www.redmine.org/plugins/redmine_issue_dynamic_edit
https://www.redmine.org/plugins/redmine_all_thumbnails
git clone https://github.com/HugoHasenbein/redmine_all_thumbnails.git
https://www.redmine.org/plugins/redmine_issue_to_email - vyzera zaujimavo, ale neskusal som