Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

TYPO3-cookbooks/site-forgetypo3org

Repository files navigation

Description

Build Status

This cookbook extends the Redmine for our needs on forge.typo3.org

Testing

Specify a user's password

Set node['site-forgetypo3org']['sso_enabled'] = false.

redmine@/srv/redmine/current$ RAILS_ENV=production bundle exec bin/rails runner 'u = User.find_by_login "my_username"; u.password, u.password_confirmation = "my_password"; u.save!'

As long as no exception occurs, it should have worked (there's some help text shown..).

Git Repositories

The Git repositories stored in /var/git/repositories are updated by the Gerrit server through its replication.

To allow these SSH logins, the public key from the Gerrit server (/var/gerrit/.ssh/id_rsa-replication-forge.typo3.org.pub) has to be manually copied to the forge server's /var/git/.ssh/authorized_keys.