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

19 lines
605 B
XML
Raw Normal View History

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