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

TYPO3-cookbooks/site-forgetypo3org

Folders and files

NameName
Last commit message
Last commit date
Apr 28, 2017
Apr 9, 2017
Apr 8, 2017
Apr 26, 2017
Apr 4, 2017
Apr 28, 2017
Apr 9, 2017
Jul 16, 2014
Apr 6, 2017
Nov 13, 2018
Apr 4, 2017
Apr 9, 2017
Jul 15, 2013
Nov 13, 2018

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.