Project

General

Profile

Actions

HowTo Install Redmine 50x on Ubuntu 2004 with Apache2 » History » Revision 1

Revision 1/11 | Next »
Marc Morocutti, 2022-06-07 12:31


HowTo Install Redmine 5.0.x on Ubuntu 20.04 with Apache2

Installing dependencies

# update & upgrade 
sudo apt-get update && sudo apt-get upgrade -y

# install required packages
sudo apt install -y apache2 ruby ruby-dev build-essential unzip dos2unix libapache2-mod-passenger libmysqlclient-dev

# if you want to install mysql server locally
sudo apt install -y mysql-server

h2.

Updated by Marc Morocutti almost 2 years ago · 1 revisions