systems:tasks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
systems:tasks [2022/05/20 15:59] dericksystems:tasks [2022/06/09 15:33] (current) derick
Line 2: Line 2:
  
 This page explains how to do specific tasks with the PHP infrastructure. This page explains how to do specific tasks with the PHP infrastructure.
 +
 +===== Download Server Access ====
 +
 +''ssh downloads.php.net'', and then:
 +
 +<code>
 +sudo su -
 +export USER_TO_ADD=sergey
 +
 +adduser $USER_TO_ADD
 +cd /home
 +mkdir $USER_TO_ADD/.ssh
 +vim $USER_TO_ADD/.ssh/authorized_keys
 +chown $USER_TO_ADD $USER_TO_ADD/.ssh $USER_TO_ADD/.ssh/authorized_keys
 +chmod 0600 $USER_TO_ADD/.ssh/authorized_keys
 +chgrp $USER_TO_ADD $USER_TO_ADD/.ssh $USER_TO_ADD/.ssh/authorized_keys
 +mkdir $USER_TO_ADD/public_html
 +chown $USER_TO_ADD $USER_TO_ADD/public_html
 +</code>
 +
 +Last update: May 20th, 2022
 +
 +===== Mailinglist Moderators =====
 +
 +''ssh lists.php.net'', and then:
 +<code>
 +sudo su - ezmlm
 +export USER_TO_ADD=sergey
 +
 +ezmlm-sub ~ezmlm/php-announce mod $USER_TO_ADD@php.net
 +ezmlm-sub ~ezmlm/primary-qa-tester mod $USER_TO_ADD@php.net
 +ezmlm-sub ~ezmlm/php-announce $USER_TO_ADD@php.net
 +ezmlm-sub ~ezmlm/primary-qa-tester $USER_TO_ADD@php.net
 +
 +</code>
 +
 +Last update: May 20th, 2022
  
 ===== Release Managers Email Alias ===== ===== Release Managers Email Alias =====
systems/tasks.1653062359.txt.gz · Last modified: 2022/05/20 15:59 by derick