runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

install.html (1639B)


      1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
      2 <html>
      3 <head>
      4 <title>runit - installation</title>
      5 </head>
      6 <body>
      7 <a href="http://smarden.org/pape/">G. Pape</a><br>
      8 <a href="index.html">runit</a><br>
      9 <hr>
     10 <h1>runit - installation</h1>
     11 <hr>
     12 <i>runit</i> installs into
     13 <a href="http://cr.yp.to/slashpackage.html">/package</a>.
     14 If you don't have a <tt>/package</tt> directory, create it now:
     15 <pre>
     16  # mkdir -p /package
     17  # chmod 1755 /package
     18 </pre>
     19 Download
     20 <a href="runit-2.1.2.tar.gz">runit-2.1.2.tar.gz</a> into <tt>/package</tt>
     21 and unpack the archive
     22 <pre>
     23  # cd /package
     24  # gunzip runit-2.1.2.tar
     25  # tar -xpf runit-2.1.2.tar
     26  # rm runit-2.1.2.tar
     27  # cd admin/runit-2.1.2
     28 </pre>
     29 On MacOSX, do
     30 <pre>
     31  # echo 'cc -Xlinker -x' &gt;src/conf-ld
     32  # cp src/Makefile src/Makefile.old
     33  # sed -e 's/ -static//' &lt;src/Makefile.old &gt;src/Makefile
     34 </pre>
     35 Now compile and install the <i>runit</i> programs
     36 <pre>
     37  # package/install
     38 </pre>
     39 If you want to make the man pages available in the <tt>/usr/local/man/</tt>
     40 hierarchy, do:
     41 <pre>
     42  # package/install-man
     43 </pre>
     44 To report success:
     45 <pre>
     46  # mail pape-runit-2.1.2@smarden.org &lt;compile/sysdeps
     47 </pre>
     48 If you use <i>runit</i> regularly, please
     49 <a href="http://smarden.org/pape/#contribution">contribute</a> to the project.
     50 <p>
     51 Refer to <a href="replaceinit.html">replacing init</a> for
     52 replacing <i>init</i> with <i>runit</i>, or to
     53 <a href="useinit.html">use with traditional init</a> for running
     54 <i>runit</i>'s service supervision with your system's current <i>init</i>
     55 scheme.
     56 <hr>
     57 <address><a href="mailto:pape@smarden.org">
     58 Gerrit Pape &lt;pape@smarden.org&gt;
     59 </a></address>
     60 </body>
     61 </html>