!script> !script> !script>
useradd -r -m -d /opt/redmine redmine
dnf install httpd
systemctl enable httpd --now
usermod -aG redmine apache
https://www.cyberciti.biz/faq/how-to-install-mariadb-on-centos-8/
https://kifarunix.com/install-mariadb-10-4-on-centos-8/
systemctl start mariadb
systemctl enable mariadb
systemctl status mariadb
mysql_secure_installation
mysql
create database redminedb;
grant all on redminedb.* to redmineadmin@localhost identified by '123';
flush privileges;
quit
dnf install epel-release
dnf config-manager --set-enabled PowerTools
dnf install ruby-devel rpm-build libxml2-devel make automake libtool ImageMagick ImageMagick-devel mariadb-devel gcc httpd-devel libcurl-devel gcc-c++
dnf install ruby
wget --no-check-certificate https://www.redmine.org/releases/redmine-4.1.1.tar.gz -P /tmp
sudo -u redmine tar xzf /tmp/redmine-4.1.1.tar.gz -C /opt/redmine/ --strip-components=1
su - redmine
cp config/configuration.yml{.example,}
cp public/dispatch.fcgi{.example,}
cp config/database.yml{.example,}
vim config/database.yml
Caso a VM reinicie, é necessário para iniciar a aplicação:
su - redmine
gem install bundler
Depois de instalar, basta instalar as gems
bundle install --without development test --path vendor/bundle
bundle exec rake generate_secret_token
RAILS_ENV=production bundle exec rake db:migrate
Depois de executar a migração, basta inserir essa configuração no banco de dados:
RAILS_ENV=production REDMINE_LANG=en bundle exec rake redmine:load_default_data
bundle exec rails server webrick -e production
https://github.com/dhanasingh/sidebar
Download do zip: wget https://github.com/dhanasingh/sidebar/archive/master.zip
unzip master.zip
https://www.devmedia.com.br/gestao-de-projetos-primeiros-passos-com-o-redmine/33905
https://pt.slideshare.net/feredestech/gesto-de-projetos-com-redmine
https://edisciplinas.usp.br/pluginfile.php/1096312/mod_resource/content/1/manual_redmine_pdi.pdf
https://kifarunix.com/install-redmine-with-apache-and-mariadb-on-centos-8/
https://www.redmine.org/projects/redmine/wiki/RedmineInstall
Data | Título | |
---|---|---|
![]() |
02/07/2025 | Fequaju 2025 |
![]() |
09/06/2025 | FINECAP 2025 |
![]() |
05/06/2025 | Programação completa do Pingo da Mei Dia 2025 |
![]() |
19/05/2025 | Abracerva divulga as melhores cervejas do Nordeste do Brasil de 2025 |
![]() |
19/05/2025 | Pint of Science Natal 2025 |
![]() |
18/05/2025 | Expo Seridó 2025 |
![]() |
18/05/2025 | Festival Gastronômico e Cultural de Martins 2025 |
![]() |
05/05/2025 | São João de Gravatá 2025 |
![]() |
01/05/2025 | Festa de Santana de Caicó 2025 |
![]() |
23/04/2025 | São João Arretado de Carpina 2025 |
![]() |
12/04/2025 | São João da Carvalheira 2025 |
![]() |
02/04/2025 | Circuito Gastronômico Sabores da Serra 2025 |