Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
ssh www@mitbi-dev.mit.edu

cd /etc/httpd/conf.d

nano or vi ssl.conf

find 8443 virtual host

find SSLRequire ( %{SSL_CLIENT_S_DN_Email} add new username @MIT.EDU to list of authorized users

sudo /usr/local/bin/restart-httpd

How to tag a RAFT release

Replace the capitalized text with what is requested. Your kerberos principal is the first part of your email===mberger@mit.edu, kerb principal === "mberger".

Code Block

svn cp svn+ssh://YOUR_KERBEROS_PRINCIPAL@svn.mit.edu/mitbi/php/trunk/zend_framework/ svn+ssh://YOUR_KERBEROS_PRINCIPAL@svn.mit.edu/mitbi/php/tags/YOUR_TAG_NAME-TODAYS_DATE_IN_YYYY-MM-DDFormat --message "YOUR_TAG_MESSAGE"