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

...

How

...

to

...

add

...

a

...

new

...

user

...

to

...

RAFT

...

DEV

{
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

{code}
h3. How to tag a RAFT release

Replace the capitalized text with what is requested. Your kerberos principal is the first part of your 

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



{code}
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"
{code}