glfs/server/other/leafnode/leafnode-inst.xml
Larry Lawrence 40330fcd2f update samba intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1181 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-24 01:20:44 +00:00

20 lines
606 B
XML

<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>