Comments on How to Install Redmine with Apache and Let's Encrypt SSL on Debian 12

Redmine is a free and open-source project management and issue-tracking tool. Follow this step-by-step guide to install the Redmine project management and issue-tracking tool on Debian 12 Server. By following this, you will install Redmine with MariaDB as the database server and Apache2 as the web server.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Daev

Installation is smooth, but when you log into redmine you start hitting a few snags.

Permissions dont seem to be correct. In the information tab in redmine it shows 'Attachments directory writable' and 'Plugin assets directory writable (./public/plugin_assets)' as defect. And when you try to go to 'My Account' it gives a internal server error.

By: etron770

To install  Redmine 6.0 /Debian 12)  you need additionally:

apt-get instal libyaml-devcd /var/www/redmine gem install passenger passenger-install-apache2-module

 

By: etron770

There is an error left:trying to access the configuration: ActionView::Template::Error (Permission denied @ dir_s_mkdir - /var/www/redmine/tmp/cache/E6B): output: Causes: output: [cc76677c-fb34-4dd0-817a-4f5e79bbbfc1] Errno::EACCES (Permission denied @ dir_s_mkdir - /var/www/redmine/tmp/cache/E6B)

By: etron770

for the permission denied errorSolution: chmod -R a+rwx tmp/