Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2011-08-31 16:41:42
Size: 484
Comment:
Revision 4 as of 2011-08-31 17:16:24
Size: 1864
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * /BBCISVN - ''What to put where in the SVN etc.''  * /BBCISVNpolicy - ''What to put where in the SVN etc.''
Line 17: Line 17:
----
Line 23: Line 24:
Write an email to Dominik:  * The new member has to create a wiki account on [[https://wiki.ml.tu-berlin.de/wiki/IDA]]. The convention for the login is !FirstnameLastname, e.g., !BenjaminBlankertz.
 * Then you have to write an email to Dominik Kühne <dominik.kuehne@tu-berlin.de>:
{{{
Dear Dominik,
Line 25: Line 29:
we have a new member in the BBCI group. Please do the following thing:
 * Give access to the BBCI Wiki. The login is: FILLIN.
 * Give access to all BBCI parts of the SVN.
 * Add the user to the 'bbci' group on the cluster.
 * ??Register the mac address for LAN access in the 7th floor.?? Is this neccessary??
Line 26: Line 35:
Thank you,
  XYZ
}}}
 * Then the new member can checkout the following SVNs.
  * https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci
  * https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci_tex
  * https://ml01.zrz.tu-berlin.de/svn/ida/public/texmf
 * Under windows this can be done with [[http://tortoisesvn.net/downloads.html|TortoiseSVN]]. In Linux it works as follows:
{{{
  mkdir ~/svn
  cd ~/svn
  svn checkout --username UserName https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci bbci
}}}
 * In Linux: put a symbol link to the texmf directory in the home (assuming ~/svn/texmf is the path to the texmf directory):
{{{
cd
ls -s svn/texmf .
}}}
 * Give the new member the password of the springfield and the guest WLAN.
 * Give the new member the web address of the BBCI wiki.

----


Policies and Practical for Members of the BBCI Group


IN CONSTRUCTION


Table of Contents


Accomodate New Group Members

Rights to access the svn

Dear Dominik,

we have a new member in the BBCI group. Please do the following thing:
 * Give access to the BBCI Wiki. The login is: FILLIN.
 * Give access to all BBCI parts of the SVN.
 * Add the user to the 'bbci' group on the cluster.
 * ??Register the mac address for LAN access in the 7th floor.?? Is this neccessary??

Thank you,
  XYZ

  mkdir ~/svn
  cd ~/svn
  svn checkout --username UserName https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci bbci
  • In Linux: put a symbol link to the texmf directory in the home (assuming ~/svn/texmf is the path to the texmf directory):

cd
ls -s svn/texmf .
  • Give the new member the password of the springfield and the guest WLAN.
  • Give the new member the web address of the BBCI wiki.


Writing Papers

IDA Wiki: IDA/BerlinBCI/BBCIPolicy (last edited 2012-05-14 08:30:07 by BenjaminBlankertz)