2002-08-24 09:47:45 +08:00
|
|
|
<sect2>
|
2003-09-22 15:00:47 +08:00
|
|
|
<title>Installation of <application>leafnode</application></title>
|
2002-08-24 09:47:45 +08:00
|
|
|
|
2003-09-22 15:00:47 +08:00
|
|
|
<para>Create the group and user news, if not present:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>groupadd news &&
|
|
|
|
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 \
|
2002-10-19 07:44:59 +08:00
|
|
|
--sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck &&
|
2002-08-24 09:47:45 +08:00
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
ldconfig &&
|
2003-09-22 15:00:47 +08:00
|
|
|
make update</command></userinput></screen>
|
2002-08-24 09:47:45 +08:00
|
|
|
|
2003-09-22 15:00:47 +08:00
|
|
|
</sect2>
|