Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
01/31/13 13:36:48 (11 years ago)
Author:
willem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    1414* the task tells disparm that this line is now invalidated, it must not be committed ever again.
    1515
    16 == Download ==
     16=== Disparm is not server-based ===
     17
     18Disparm is not based on a server, but works with files in the (NFS-mounted) HOME file system.
     19File locking is based on the atomicity of creating links.
     20
     21=== Licence ===
     22
     23Apache 2.0 2004
     24
     25== Download and compile ==
    1726
    1827{{{
    19 svn co
     28svn co https://oss.trac.surfsara.nl/disparm/svn disparm
     29cd disparm/trunk
     30make
    2031}}}
    2132
     33After succesfull compilation, there are:
    2234
     35* disparmcmd, the program
     36* a script {{{makefunction}}} that creates a shell function called {{{disparm}}}. This shell function is normally used when
     37invoking the program. It takes care of setting environment variables.
     38* a man page: {{{disparm.1}}} which describes the usage, also containing an example.
     39* {{{modulefile}}}: an example of a modulefile to activate the disparm command. (Only useful if you
     40use modules, but otherwise, it illustrates how to create a suitable alias (called {{{disparm}}})
    2341