glfs/server/other/leafnode/leafnode-inst.xml

15 lines
411 B
XML
Raw Normal View History

<sect2>
<title>Installation of leafnode</title>
<para>Install leafnode by running the following commands:</para>
<para><screen><userinput>groupadd news
useradd -g news news
./configure --localstatedir=/var --prefix=/usr \
--sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ldconfig &amp;&amp;
make update</userinput></screen></para>
</sect2>